Drop --whole-archive and static libraries
[qemu/lumag.git] / Makefile.hw
blobff87ae414dd5180e337857d9c96514c79a0151c3
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 VPATH=$(SRC_PATH):$(SRC_PATH)/hw
12 QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
14 include $(SRC_PATH)/Makefile.objs
16 all: $(hw-obj-y)
17 # Dummy command so that make thinks it has done something
18         @true
20 clean:
21         rm -f *.o *.d *.a *~
23 # Include automatically generated dependency files
24 -include $(wildcard *.d */*.d)