aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-08-03 18:55:00 +0300
committerAvi Kivity <avi@redhat.com>2011-09-04 17:46:51 +0300
commitccbecf6237db9eed57923b961d48a75c77c7aebd (patch)
tree381eeb94590ed7f680b257e578ae4044e80c7948 /Makefile.hw
parent72124c01c614ab114134a42c1d8147fc7adeeb8c (diff)
Makefile.hw: allow hw/ files to include glib headers
Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r--Makefile.hw1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.hw b/Makefile.hw
index 659e44199..63eb7e40b 100644
--- 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