qemu-kvm: Fix GSI handling with in-kernel irqchip
[qemu-kvm.git] / Makefile.hw
blob7b8d068c94270f119ab4e0d7f7518a4742c5d491
1 # Makefile for qemu target independent devices.
3 include ../config-host.mak
4 include ../config-all-devices.mak
5 include config.mak
6 include $(SRC_PATH)/rules.mak
8 .PHONY: all
10 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
12 QEMU_CFLAGS+=-I..
13 QEMU_CFLAGS += $(GLIB_CFLAGS)
14 QEMU_CFLAGS += -I$(SRC_PATH)/include
16 include $(SRC_PATH)/Makefile.objs
18 all: $(hw-obj-y)
19 # Dummy command so that make thinks it has done something
20         @true
22 clean:
23         rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
25 # Include automatically generated dependency files
26 -include $(wildcard *.d */*.d)