summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
diff options
context:
space:
mode:
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)