Revision 076d2471 Makefile.user

b/Makefile.user
6 6

  
7 7
.PHONY: all
8 8

  
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)
9
$(call set-vpath, $(SRC_PATH))
14 10

  
15 11
QEMU_CFLAGS+=-I..
16 12

  

Also available in: Unified diff