]> git.proxmox.com Git - qemu.git/blob - Makefile.hw
qdev: kill bogus comment
[qemu.git] / Makefile.hw
1 # Makefile for qemu target independent devices.
2
3 include ../config-host.mak
4 include ../config-all-devices.mak
5 include $(SRC_PATH)/rules.mak
6
7 .PHONY: all
8
9 $(call set-vpath, $(SRC_PATH))
10
11 QEMU_CFLAGS+=-I..
12 QEMU_CFLAGS += -I$(SRC_PATH)/include
13
14 include $(SRC_PATH)/Makefile.objs
15
16 all: $(hw-obj-y)
17 # Dummy command so that make thinks it has done something
18 @true
19
20 clean:
21 rm -f $(addsuffix *.o, $(sort $(dir $(hw-obj-y))))
22 rm -f $(addsuffix *.d, $(sort $(dir $(hw-obj-y))))