summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-11-23 15:55:32 -0600
committerGedare Bloom <gedare@rtems.org>2013-11-23 19:47:51 -0500
commit287fefe2af100844554760391313086ef3201429 (patch)
treeda60999d63a0155a0663bd99796b1402cac33cfb /c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
parentbeatnik: Move bsp_reset() to beatnik/startup/bspreset.c (diff)
downloadrtems-287fefe2af100844554760391313086ef3201429.tar.bz2
mpc55xxevb: Move start.S to mpc55xxevb/start/start.S
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am2
1 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 ed9b884642..aa32213d45 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