summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-09 06:53:01 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-09 06:53:01 +0000
commit3ebdd11939b83b9fd2f27029cd86c1153e51e3a3 (patch)
tree5070ab4c1cc2324d79b441824b078f54ed612821 /Makefile.target
parente771edab0d9aaa7925dc26aec3e0c6eac27f19c3 (diff)
downloadqemu-3ebdd11939b83b9fd2f27029cd86c1153e51e3a3.tar.gz
Move target-arm/nwfpe into linux-user/arm/nwfpe
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4185 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 8177e7d188..d92c109705 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -322,10 +322,10 @@ cpu-exec.o: cpu-exec.c
ifdef CONFIG_LINUX_USER
-VPATH+=:$(SRC_PATH)/linux-user
ifndef TARGET_ABI_DIR
TARGET_ABI_DIR=$(TARGET_ARCH)
endif
+VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
ifdef CONFIG_STATIC