aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-12-12 13:07:29 +0200
committerMichael S. Tsirkin <mst@redhat.com>2012-12-12 23:41:03 +0200
commit29002d9e104913998265cfff95bb49f4b4a966e2 (patch)
tree57c9c69e457ec4a2cc0a56e5a1b123c0fd31381f /Makefile
parentc84a2b1aa5ccdddad03d25f58be5c94eba0d9db4 (diff)
downloadqemu-29002d9e104913998265cfff95bb49f4b4a966e2.zip
qemu-29002d9e104913998265cfff95bb49f4b4a966e2.tar.gz
qemu-29002d9e104913998265cfff95bb49f4b4a966e2.tar.bz2
pci: prepare makefiles for pci code reorganization
To make it easier to move code around without breaking build at intermedite steps, tweak makefiles to look in pci/ and hw/ for include files, automatically. This will be reverted at the end of the reorganization. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ecbcbb..b9a81d1 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ audio/audio.o audio/fmodaudio.o: QEMU_CFLAGS += $(FMOD_CFLAGS)
QEMU_CFLAGS+=$(CURL_CFLAGS)
QEMU_CFLAGS += -I$(SRC_PATH)/include
+QEMU_CFLAGS+=-I$(SRC_PATH)/hw/pci -I$(SRC_PATH)/hw
ui/cocoa.o: ui/cocoa.m