1 # Makefile for qemu target independent user files.
3 include ../config-host.mak
4 include $(SRC_PATH)/rules.mak
9 # Do not take %.o from $(SRC_PATH), only %.c and %.h
10 # All %.o for user targets should be built with -fpie, when
11 # configured with --enable-user-pie, so we don't want to
12 # take %.o from $(SRC_PATH), since they built without -fpie
13 vpath %.c %.h $(SRC_PATH)
17 include $(SRC_PATH)/Makefile.objs
20 # Dummy command so that make thinks it has done something
26 # Include automatically generated dependency files
27 -include $(wildcard *.d */*.d)