mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* acinclude.m4: Regenerate.
|
||||
|
||||
@@ -20,5 +20,8 @@ EXTRA_DIST += shared/comm/uart.c
|
||||
EXTRA_DIST += shared/irq/irq_asm.S
|
||||
EXTRA_DIST += shared/irq/irq_init.c
|
||||
|
||||
# abort
|
||||
EXTRA_DIST += shared/abort/simple_abort.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -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-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
@@ -38,6 +38,11 @@ console_rel_SOURCES = console/uart.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_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)
|
||||
|
||||
if HAS_NETWORKING
|
||||
network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
|
||||
noinst_PROGRAMS += network.rel
|
||||
@@ -48,7 +53,7 @@ endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel console.rel
|
||||
libbsp_a_LIBADD = startup.rel console.rel abort.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
|
||||
@@ -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-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
@@ -38,6 +38,11 @@ console_rel_SOURCES = console/uarts.c ../../shared/console.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_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)
|
||||
|
||||
if HAS_NETWORKING
|
||||
network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
|
||||
noinst_PROGRAMS += network.rel
|
||||
@@ -48,7 +53,7 @@ endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel console.rel
|
||||
libbsp_a_LIBADD = startup.rel console.rel abort.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
|
||||
@@ -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-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
@@ -50,6 +50,11 @@ timer_rel_SOURCES = timer/timer.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)
|
||||
|
||||
include_HEADERS += irq/irq.h
|
||||
|
||||
noinst_PROGRAMS += irq.rel
|
||||
@@ -69,7 +74,7 @@ endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = clock.rel console.rel startup.rel irq.rel timer.rel
|
||||
libbsp_a_LIBADD = clock.rel console.rel startup.rel irq.rel timer.rel abort.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
|
||||
@@ -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-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* bsp_specs: Remove qrtems_debug.
|
||||
|
||||
@@ -39,6 +39,11 @@ console_rel_SOURCES = console/uart.c ../../shared/console.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_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_PROGRAMS += smc.rel
|
||||
smc_rel_SOURCES = smc/smc.c smc/smc.h
|
||||
smc_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
@@ -46,7 +51,7 @@ smc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel console.rel smc.rel
|
||||
libbsp_a_LIBADD = startup.rel console.rel smc.rel abort.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/clock.rel \
|
||||
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel \
|
||||
|
||||
@@ -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-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c: Remove incldue stdio.h
|
||||
|
||||
@@ -40,6 +40,11 @@ console_rel_SOURCES = ../../shared/console.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_PROGRAMS += simple_abort.rel
|
||||
simple_abort_rel_SOURCES = ../shared/abort/simple_abort.c
|
||||
simple_abort_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
simple_abort_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_PROGRAMS += debugio.rel
|
||||
debugio_rel_SOURCES = console/uart.c
|
||||
debugio_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
@@ -55,7 +60,7 @@ endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = console.rel debugio.rel
|
||||
libbsp_a_LIBADD = console.rel debugio.rel simple_abort.rel
|
||||
if HAS_NETWORKING
|
||||
libbsp_a_LIBADD += network.rel
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user