]> git.proxmox.com Git - qemu.git/blame - Makefile.hw
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
[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
be1029ec 10$(call set-vpath, $(SRC_PATH))
1ad2134f 11
cbbab922 12QEMU_CFLAGS+=-I..
2f28d2ff 13QEMU_CFLAGS += -I$(SRC_PATH)/include
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:
30fd45ad
PM
22 rm -f $(addsuffix *.o, $(sort $(dir $(hw-obj-y))))
23 rm -f $(addsuffix *.d, $(sort $(dir $(hw-obj-y))))