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.
This commit is contained in:
Joel Sherrill
1999-07-02 18:57:11 +00:00
parent a0a225f4aa
commit c8d91839ff
36 changed files with 131 additions and 121 deletions

View File

@@ -18,7 +18,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM=${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
C_PIECES=bspclean bsplibc bsppost bspstart main sbrk setvec spurious
C_PIECES=bspclean bsplibc bsppost bspstart main bootcard sbrk setvec spurious
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)