From 05adba6b126c1abffce4eee25bf0dc0e1d15b9e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 21:35:06 +0000 Subject: 2008-09-10 Joel Sherrill * Makefile.am, include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. * startup/bspclean.c: Removed. --- c/src/lib/libbsp/m68k/ods68302/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/m68k/ods68302/Makefile.am') diff --git a/c/src/lib/libbsp/m68k/ods68302/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/Makefile.am index 746d39ec4f..70c416aa2c 100644 --- a/c/src/lib/libbsp/m68k/ods68302/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/Makefile.am @@ -44,9 +44,9 @@ startup_SOURCES = startup/cpuboot.c startup/crc.c startup/debugport.c \ startup/m68302scc.c startup/m68k-stub.c \ ../../m68k/shared/m68kpretaskinghook.c startup/memcheck.c \ startup/trace.c ../../shared/gnatinstallhandler.c ../../shared/bsplibc.c \ - ../../shared/bsppredriverhook.c \ - ../../shared/bsppost.c startup/bspstart.c startup/bspclean.c \ - ../../shared/sbrk.c ../../m68k/shared/setvec.c + ../../shared/bsppredriverhook.c ../../shared/bsppost.c \ + startup/bspstart.c ../../shared/bspclean.c ../../shared/sbrk.c \ + ../../m68k/shared/setvec.c clock_SOURCES = clock/ckinit.c console_SOURCES = console/console.c ../../shared/dummy_printk_support.c timer_SOURCES = timer/timer.c timer/timerisr.S -- cgit v1.2.3