]> git.proxmox.com Git - qemu.git/blame - Makefile.user
pci: update all users to look in pci/
[qemu.git] / Makefile.user
CommitLineData
add16157
BS
1# Makefile for qemu target independent user files.
2
3include ../config-host.mak
4include $(SRC_PATH)/rules.mak
58faa1a6 5-include config.mak
add16157
BS
6
7.PHONY: all
8
076d2471 9$(call set-vpath, $(SRC_PATH))
add16157
BS
10
11QEMU_CFLAGS+=-I..
ce008c1f 12QEMU_CFLAGS += -I$(SRC_PATH)/include
fc8c5b8c 13QEMU_CFLAGS += -DCONFIG_USER_ONLY
29002d9e 14QEMU_CFLAGS+=-I$(SRC_PATH)/hw/pci -I$(SRC_PATH)/hw
add16157 15
0e8c9214 16include $(SRC_PATH)/Makefile.objs
add16157 17
0e8c9214 18all: $(user-obj-y)
add16157
BS
19# Dummy command so that make thinks it has done something
20 @true
21
add16157 22clean:
937b1258
LV
23 for d in . trace; do \
24 rm -f $$d/*.o $$d/*.d $$d/*.a $$d/*~; \
25 done