]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - rules.mak
qga: process_event() simplification and leak fix
[thirdparty/qemu.git] / rules.mak
index 6e943335f3010034f27b5d50bfae50108b0c446e..93a07027b0a9e4b998d43c410c577ba8dc466106 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -29,7 +29,7 @@ QEMU_DGFLAGS += -MMD -MP -MT $@ -MF $(@D)/$(*F).d
 # dir, one absolute and the other relative to the compiler working
 # directory. These are the same for target-independent files, but
 # different for target-dependent ones.
-QEMU_LOCAL_INCLUDES = -I$(BUILD_DIR)/$(@D) -I$(@D)
+QEMU_LOCAL_INCLUDES = -iquote $(BUILD_DIR)/$(@D) -iquote $(@D)
 
 WL_U := -Wl,-u,
 find-symbols = $(if $1, $(sort $(shell $(NM) -P -g $1 | $2)))