qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4185] Move target-arm/nwfpe into linux-user/arm/nwfpe


From: Aurelien Jarno
Subject: [Qemu-devel] [4185] Move target-arm/nwfpe into linux-user/arm/nwfpe
Date: Wed, 09 Apr 2008 06:53:01 +0000

Revision: 4185
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4185
Author:   aurel32
Date:     2008-04-09 06:53:01 +0000 (Wed, 09 Apr 2008)

Log Message:
-----------
Move target-arm/nwfpe into linux-user/arm/nwfpe

Modified Paths:
--------------
    trunk/Makefile.target

Added Paths:
-----------
    trunk/linux-user/arm/nwfpe/

Removed Paths:
-------------
    trunk/target-arm/nwfpe/

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target       2008-04-09 06:41:37 UTC (rev 4184)
+++ trunk/Makefile.target       2008-04-09 06:53:01 UTC (rev 4185)
@@ -322,10 +322,10 @@
 
 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

Copied: trunk/linux-user/arm/nwfpe (from rev 4183, trunk/target-arm/nwfpe)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]