diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-03 18:55:00 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-09-04 17:46:51 +0300 |
commit | ccbecf6237db9eed57923b961d48a75c77c7aebd (patch) | |
tree | 381eeb94590ed7f680b257e578ae4044e80c7948 /Makefile.hw | |
parent | 72124c01c614ab114134a42c1d8147fc7adeeb8c (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.hw | 1 |
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 |