Skip to content
Snippets Groups Projects
Commit a1807ef2 authored by Avi Kivity's avatar Avi Kivity
Browse files

Makefile.hw: allow hw/ files to include glib headers


Reviewed-by: default avatarRichard Henderson <rth@twiddle.net>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent c2c1b0f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment