2011-10-06 Gedare Bloom <giddyup44@yahoo.com>

PR 1919/bsp
	* Makefile.am: Change install ISR callout to bsppredriverhook.
This commit is contained in:
Joel Sherrill
2011-10-06 16:44:56 +00:00
parent 4eeed0051b
commit 87f92e4b33
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
PR 1919/bsp
* Makefile.am: Change install ISR callout to bsppredriverhook.
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't reference non-existing files.

View File

@@ -89,11 +89,11 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bspstart.c ../../shared/bsppretaskinghook.c \
../../shared/bsppost.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../shared/startup/bspgetworkarea.c \
../shared/startup/bspstart.c \
../shared/startup/bsppredriverhook.c \
../shared/startup/setvec.c \
../../shared/gnatinstallhandler.c \
../shared/helenos/boot/genarch/balloc.c \