summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-02 18:57:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-02 18:57:11 +0000
commitc8d91839ff0af2f6cf8bbeeecc6e8f7bbf1315c9 (patch)
treec0b54d13f7002a6013b732eea978095eccafa307 /c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
parentAdded code to initialize the /etc/group and /etc/passwd files. (diff)
downloadrtems-c8d91839ff0af2f6cf8bbeeecc6e8f7bbf1315c9.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that splits
boot_card() and main() into separate files to ease configuration of other packages. This was a big step in the way to build TCL, ncurses, and zlib for RTEMS.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
index 4e83fac5e1..6fe2321d6d 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
@@ -18,8 +18,7 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
PGM=${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=crc debugport gdb-hooks main m68302scc m68k-stub memcheck trace \
- gnatinstallhandler bsplibc bsppost bspstart bspclean sbrk setvec
+C_PIECES=crc debugport gdb-hooks bootcard main m68302scc m68k-stub memcheck trace gnatinstallhandler bsplibc bsppost bspstart bspclean sbrk setvec
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)