projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c1b0f
)
Makefile.hw: allow hw/ files to include glib headers
author
Avi Kivity
<avi@redhat.com>
Wed, 3 Aug 2011 15:55:00 +0000
(18:55 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 25 Aug 2011 07:56:33 +0000
(10:56 +0300)
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.hw
patch
|
blob
|
history
diff --git
a/Makefile.hw
b/Makefile.hw
index 659e441992e1ca84c32a3d03975e5204b0939a7c..63eb7e40be7264268cbed33567b54f80f96bb2aa 100644
(file)
--- a/
Makefile.hw
+++ b/
Makefile.hw
@@
-10,6
+10,7
@@
include $(SRC_PATH)/rules.mak
$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
QEMU_CFLAGS+=-I..
+QEMU_CFLAGS += $(GLIB_CFLAGS)
include $(SRC_PATH)/Makefile.objs