]> git.proxmox.com Git - qemu.git/blame_incremental - Makefile.user
sun4u: give ISA bus to ISA methods
[qemu.git] / Makefile.user
... / ...
CommitLineData
1# Makefile for qemu target independent user files.
2
3include ../config-host.mak
4include $(SRC_PATH)/rules.mak
5-include config.mak
6
7.PHONY: all
8
9$(call set-vpath, $(SRC_PATH))
10
11QEMU_CFLAGS+=-I..
12
13include $(SRC_PATH)/Makefile.objs
14
15all: $(user-obj-y)
16# Dummy command so that make thinks it has done something
17 @true
18
19clean:
20 for d in . trace; do \
21 rm -f $$d/*.o $$d/*.d $$d/*.a $$d/*~; \
22 done
23
24# Include automatically generated dependency files
25-include $(wildcard *.d */*.d)