]> git.proxmox.com Git - qemu.git/blame - Makefile.user
target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert
[qemu.git] / Makefile.user
CommitLineData
add16157
BS
1# Makefile for qemu target independent user files.
2
3include ../config-host.mak
4include $(SRC_PATH)/rules.mak
58faa1a6 5-include config.mak
add16157
BS
6
7.PHONY: all
8
076d2471 9$(call set-vpath, $(SRC_PATH))
add16157
BS
10
11QEMU_CFLAGS+=-I..
12
0e8c9214 13include $(SRC_PATH)/Makefile.objs
add16157 14
0e8c9214 15all: $(user-obj-y)
add16157
BS
16# Dummy command so that make thinks it has done something
17 @true
18
add16157
BS
19clean:
20 rm -f *.o *.d *.a *~
21
22# Include automatically generated dependency files
23-include $(wildcard *.d */*.d)