version 1.1.1.1, 2018/04/24 17:35:04
|
version 1.1.1.2, 2018/04/24 17:50:14
|
Line 2
|
Line 2
|
|
|
include ../config-host.mak |
include ../config-host.mak |
include $(SRC_PATH)/rules.mak |
include $(SRC_PATH)/rules.mak |
|
-include config.mak |
|
|
.PHONY: all |
.PHONY: all |
|
|
VPATH=$(SRC_PATH) |
# Do not take %.o from $(SRC_PATH), only %.c and %.h |
|
# All %.o for user targets should be built with -fpie, when |
|
# configured with --enable-user-pie, so we don't want to |
|
# take %.o from $(SRC_PATH), since they built without -fpie |
|
vpath %.c %.h $(SRC_PATH) |
|
|
QEMU_CFLAGS+=-I.. |
QEMU_CFLAGS+=-I.. |
|
|