]> git.proxmox.com Git - qemu.git/blame - Makefile.hw
virtio-balloon: Fix header comment; add Copyright
[qemu.git] / Makefile.hw
CommitLineData
1ad2134f
PB
1# Makefile for qemu target independent devices.
2
1ad2134f 3include ../config-host.mak
1f3d3c8f 4include ../config-all-devices.mak
f36fc7a1 5include config.mak
1ad2134f
PB
6include $(SRC_PATH)/rules.mak
7
8.PHONY: all
9
076d2471 10$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
1ad2134f 11
6c90361a 12QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
1ad2134f 13
0e8c9214 14include $(SRC_PATH)/Makefile.objs
1ad2134f 15
0e8c9214 16all: $(hw-obj-y)
c2fb2637
PB
17# Dummy command so that make thinks it has done something
18 @true
1ad2134f 19
1ad2134f 20clean:
b1acdd2c 21 rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
1ad2134f
PB
22
23# Include automatically generated dependency files
24-include $(wildcard *.d */*.d)