forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* startup/linkcmds: Add alignment between data and bss to avoid linking
|
||||
|
||||
@@ -48,9 +48,14 @@ timer_rel_SOURCES = ../../shared/timerstub.c
|
||||
timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
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
|
||||
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 $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user