summaryrefslogtreecommitdiff
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-08-25 10:56:33 +0300
commita1807ef2954d3ddbf9a9bca3949bd0c69fd45a0e (patch)
tree8c3b1337c9bf34f8b723e3bf8ce4136b643ee3a2 /Makefile.hw
parentc2c1b0f84b3dd56f5a8e192b97881e62e82e3b14 (diff)
downloadqemu-a1807ef2954d3ddbf9a9bca3949bd0c69fd45a0e.tar.gz
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 659e441992..63eb7e40be 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