* [Qemu-devel] [4185] Move target-arm/nwfpe into linux-user/arm/nwfpe
@ 2008-04-09 6:53 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-04-09 6:53 UTC (permalink / raw)
To: qemu-devel
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-09 6:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-09 6:53 [Qemu-devel] [4185] Move target-arm/nwfpe into linux-user/arm/nwfpe Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).