summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-19 16:06:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-19 16:06:32 +0000
commit149f3f9642f7cf5046ddc7645002fb0c2304c2dd (patch)
tree0116fd6a170843589efe4c66b5ab5b1849388cc2 /c/src/lib/libbsp/sparc/erc32/start/Makefile.in
parentMinor cleanup to reduce the code space. (diff)
downloadrtems-149f3f9642f7cf5046ddc7645002fb0c2304c2dd.tar.bz2
Moved startsis to start.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/start/Makefile.in')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/start/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
index 76ff323d71..c9dd55b2b3 100644
--- a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
@@ -6,14 +6,14 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../../..
-subdir = sparc/erc32/startsis
+subdir = sparc/erc32/start
RTEMS_ROOT = @RTEMS_ROOT@
PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-PGMS = ${ARCH}/startsis.o
+PGMS = ${ARCH}/start.o
# C source names, if any, go here -- minus the .c
C_PIECES =
@@ -23,7 +23,7 @@ C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
H_FILES =
# Assembly source names, if any, go here -- minus the .S
-S_PIECES = startsis
+S_PIECES = start
S_FILES = $(S_PIECES:%=%.S)
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)