Statistics
| Branch: | Revision:

root / Makefile.hw @ 076d2471

History | View | Annotate | Download (487 Bytes)

1 1ad2134f Paul Brook
# Makefile for qemu target independent devices.
2 1ad2134f Paul Brook
3 1ad2134f Paul Brook
include ../config-host.mak
4 1f3d3c8f Juan Quintela
include ../config-all-devices.mak
5 f36fc7a1 Juan Quintela
include config.mak
6 1ad2134f Paul Brook
include $(SRC_PATH)/rules.mak
7 1ad2134f Paul Brook
8 1ad2134f Paul Brook
.PHONY: all
9 1ad2134f Paul Brook
10 076d2471 Paolo Bonzini
$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
11 1ad2134f Paul Brook
12 6c90361a Juan Quintela
QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
13 1ad2134f Paul Brook
14 0e8c9214 Andreas Färber
include $(SRC_PATH)/Makefile.objs
15 1ad2134f Paul Brook
16 0e8c9214 Andreas Färber
all: $(hw-obj-y)
17 c2fb2637 Paul Brook
# Dummy command so that make thinks it has done something
18 c2fb2637 Paul Brook
	@true
19 1ad2134f Paul Brook
20 1ad2134f Paul Brook
clean:
21 1ad2134f Paul Brook
	rm -f *.o *.d *.a *~
22 1ad2134f Paul Brook
23 1ad2134f Paul Brook
# Include automatically generated dependency files
24 1ad2134f Paul Brook
-include $(wildcard *.d */*.d)