1 # Makefile for qemu target independent devices.
3 include ../config-host.mak
4 include ../config-all-devices.mak
6 include $(SRC_PATH)/rules.mak
10 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
13 QEMU_CFLAGS += $(GLIB_CFLAGS)
14 QEMU_CFLAGS += -I$(SRC_PATH)/include
16 include $(SRC_PATH)/Makefile.objs
19 # Dummy command so that make thinks it has done something
23 rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
25 # Include automatically generated dependency files
26 -include $(wildcard *.d */*.d)