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)
18 obj-y += envlist.o path.o
19 obj-y += tcg-runtime.o host-utils.o
20 obj-y += cutils.o cache-utils.o
23 # Dummy command so that make thinks it has done something
31 # Include automatically generated dependency files
32 -include $(wildcard *.d */*.d)