2007-05-15 Ray Xu <rayx@gmail.com>

* Makefile.am: Add abort.rel since it is now in the BSP shared source
	-- not in score/cpu.
This commit is contained in:
Joel Sherrill
2007-05-15 18:01:46 +00:00
parent 91e07d0d89
commit 8dcca11c62
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-05-15 Ray Xu <rayx@gmail.com>
* Makefile.am: Add abort.rel since it is now in the BSP shared source
-- not in score/cpu.
2007-05-03 Joel Sherrill <joel@OARcorp.com> 2007-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add alignment between data and bss to avoid linking * startup/linkcmds: Add alignment between data and bss to avoid linking

View File

@@ -48,9 +48,14 @@ timer_rel_SOURCES = ../../shared/timerstub.c
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_PROGRAMS += abort.rel
abort_rel_SOURCES = ../shared/abort/abort.c
abort_rel_CPPFLAGS = $(AM_CPPFLAGS)
abort_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_LIBRARIES = libbsp.a noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel abort.rel
include $(srcdir)/preinstall.am include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am