Statistics
| Branch: | Revision:

root / Makefile.user @ 076d2471

History | View | Annotate | Download (426 Bytes)

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