[rtems commit] tqm8xx: Move start.S to tqm8xx/start/start.S
Gedare Bloom
gedare at rtems.org
Sat Dec 7 01:00:25 UTC 2013
Module: rtems
Branch: master
Commit: a4d673914f9d9bece29bb0b3f795364e7c227798
Changeset: http://git.rtems.org/rtems/commit/?id=a4d673914f9d9bece29bb0b3f795364e7c227798
Author: Daniel Ramirez <javamonn at gmail.com>
Date: Fri Dec 6 16:31:27 2013 -0600
tqm8xx: Move start.S to tqm8xx/start/start.S
---
c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am | 2 +-
.../powerpc/tqm8xx/{startup => start}/start.S | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index 6a7ffca..f004117 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -25,7 +25,7 @@ include_bsp_HEADERS = include/tqm.h include/8xx_immap.h \
EXTRA_DIST =
noinst_LIBRARIES = libbspstart.a
-libbspstart_a_SOURCES = startup/start.S
+libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)
libbspstart_a_SOURCES += ../../powerpc/shared/start/rtems_crti.S
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S b/c/src/lib/libbsp/powerpc/tqm8xx/start/start.S
similarity index 100%
rename from c/src/lib/libbsp/powerpc/tqm8xx/startup/start.S
rename to c/src/lib/libbsp/powerpc/tqm8xx/start/start.S
More information about the vc
mailing list