From c8d91839ff0af2f6cf8bbeeecc6e8f7bbf1315c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Jul 1999 18:57:11 +0000 Subject: Patch from Ralf Corsepius 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. --- c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/ppcn_60x') diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in index 69ad97dc12..50c4458c3e 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in @@ -36,9 +36,9 @@ include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg include $(RTEMS_ROOT)/make/leaf.cfg # Files expected to be from the shared directory: -# sbrk main bsplibc bsppost +# sbrk bootcard main bsplibc bsppost STARTUP_PIECES=bspstart bspclean sbrk setvec spurious genpvec swap \ - main bsplibc bsppost + main bootcard bsplibc bsppost # # (OPTIONAL) Add local stuff here using += -- cgit v1.2.3