[rtems commit] mpc55xxevb: Move start.S to mpc55xxevb/start/start.S

Gedare Bloom gedare at rtems.org
Sun Nov 24 00:56:08 UTC 2013


Module:    rtems
Branch:    master
Commit:    287fefe2af100844554760391313086ef3201429
Changeset: http://git.rtems.org/rtems/commit/?id=287fefe2af100844554760391313086ef3201429

Author:    Daniel Ramirez <javamonn at gmail.com>
Date:      Sat Nov 23 15:55:32 2013 -0600

mpc55xxevb: Move start.S to mpc55xxevb/start/start.S

---

 c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am    |    2 +-
 .../powerpc/mpc55xxevb/{startup => start}/start.S  |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
index ed9b884..aa32213 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
@@ -12,7 +12,7 @@ DISTCLEANFILES = include/bspopts.h
 noinst_PROGRAMS =
 
 noinst_LIBRARIES = libbspstart.a
-libbspstart_a_SOURCES = startup/start.S
+libbspstart_a_SOURCES = start/start.S
 project_lib_DATA = start.$(OBJEXT)
 
 libbspstart_a_SOURCES += ../shared/start/rtems_crti.S
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S b/c/src/lib/libbsp/powerpc/mpc55xxevb/start/start.S
similarity index 100%
rename from c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start.S
rename to c/src/lib/libbsp/powerpc/mpc55xxevb/start/start.S




More information about the vc mailing list