]> git.proxmox.com Git - qemu.git/blame - Makefile.hw
Version 1.0.1
[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
cbbab922 12QEMU_CFLAGS+=-I..
ccbecf62 13QEMU_CFLAGS += $(GLIB_CFLAGS)
1ad2134f 14
0e8c9214 15include $(SRC_PATH)/Makefile.objs
1ad2134f 16
0e8c9214 17all: $(hw-obj-y)
c2fb2637
PB
18# Dummy command so that make thinks it has done something
19 @true
1ad2134f 20
1ad2134f 21clean:
b1acdd2c 22 rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
1ad2134f
PB
23
24# Include automatically generated dependency files
25-include $(wildcard *.d */*.d)