]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.user
Merge remote-tracking branch 'kraxel/usb.21' into staging
[qemu.git] / Makefile.user
index c6ac50940a9db41162ce9e9c66163b28d4d2d159..024b7736b936b9a790716a2ebfeb26ac5cd8f554 100644 (file)
@@ -6,11 +6,7 @@ include $(SRC_PATH)/rules.mak
 
 .PHONY: all
 
-# 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)
+$(call set-vpath, $(SRC_PATH))
 
 QEMU_CFLAGS+=-I..