]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/commitdiff
zc702evk: rename remoteproc file platform.c
authorWendy Liang <jliang@xilinx.com>
Wed, 6 Jan 2016 22:06:06 +0000 (14:06 -0800)
committerWendy Liang <jliang@xilinx.com>
Tue, 9 Feb 2016 19:54:21 +0000 (11:54 -0800)
Rename zc702evk remoteproc file to remoteproc_zynq7.c
and put remote related files to this directory:
porting/system/baremeta/machine/zc702evk/

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Makefile
porting/system/baremetal/machine/zc702evk/remoteproc_zynq7.c [moved from porting/machine/zc702evk/platform.c with 100% similarity]
porting/system/baremetal/machine/zc702evk/zynq_trampoline.S [moved from porting/machine/zc702evk/zynq_trampoline.S with 100% similarity]

index 66c6e287ccaea193ed69f1cb5b2f9dcfeec7fc0d..fd04bea5595ad7b9f6c14605264d96b8c9b22839 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ $(wildcard porting/system/$(SYSTEM)/machine/$(MACHINE)/*.c) \
 $(wildcard porting/machine/$(MACHINE)/*.c)
 
 AS_SRCFILES += \
-$(wildcard porting/$(MACHINE)/*.S)
+$(wildcard porting/system/$(SYSTEM)/machine/$(MACHINE)/*.S)
 
 OBJFILES := $(patsubst %.c, %.o, $(C_SRCFILES)) $(patsubst %.S, %.o, $(AS_SRCFILES))