]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.hw
qdev: refactor device creation to allow bus_info to be set only in class
[qemu.git] / Makefile.hw
index 659e441992e1ca84c32a3d03975e5204b0939a7c..7b8d068c94270f119ab4e0d7f7518a4742c5d491 100644 (file)
@@ -10,6 +10,8 @@ include $(SRC_PATH)/rules.mak
 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
 
 QEMU_CFLAGS+=-I..
+QEMU_CFLAGS += $(GLIB_CFLAGS)
+QEMU_CFLAGS += -I$(SRC_PATH)/include
 
 include $(SRC_PATH)/Makefile.objs