]> git.proxmox.com Git - qemu.git/blame - Makefile.hw
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
[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
1ad2134f
PB
5include $(SRC_PATH)/rules.mak
6
7.PHONY: all
8
be1029ec 9$(call set-vpath, $(SRC_PATH))
1ad2134f 10
cbbab922 11QEMU_CFLAGS+=-I..
2f28d2ff 12QEMU_CFLAGS += -I$(SRC_PATH)/include
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:
30fd45ad
PM
21 rm -f $(addsuffix *.o, $(sort $(dir $(hw-obj-y))))
22 rm -f $(addsuffix *.d, $(sort $(dir $(hw-obj-y))))