2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
	components.
This commit is contained in:
Ralf Corsepius
2008-09-29 03:43:47 +00:00
parent 4ba8866e67
commit e94666ddc5
132 changed files with 473 additions and 81 deletions

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \ ../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
../../shared/bsppredriverhook.c startup/bspstart.c ../../shared/bspclean.c \ ../../shared/bsppredriverhook.c startup/bspstart.c ../../shared/bspclean.c \
@@ -44,7 +46,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES)
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppretaskinghook.c startup/bspstart.c \ ../../shared/bsppretaskinghook.c startup/bspstart.c \
@@ -45,7 +47,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES)
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
include_HEADERS += ../../arm/shared/comm/uart.h include_HEADERS += ../../arm/shared/comm/uart.h
startup_SOURCES = ../../shared/bsppost.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bsppost.c ../../shared/bsplibc.c \
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \ ../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
@@ -54,7 +56,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(abort_SOURCES) $(irq_SOURCES) $(timer_SOURCES) $(abort_SOURCES) $(irq_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -32,6 +32,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
# some objects have to be forced together to ensure they are ALWAYS # some objects have to be forced together to ensure they are ALWAYS
# the ones linked into the application executable. Every application # the ones linked into the application executable. Every application
# needs startup/bspstart.c, so we will force in the others # needs startup/bspstart.c, so we will force in the others
@@ -54,7 +56,6 @@ include_HEADERS += irq/irq.h
irq_SOURCES = irq/irq.c irq/bsp_irq_init.c irq/irq_init.c \ irq_SOURCES = irq/irq.c irq/bsp_irq_init.c irq/irq_init.c \
irq/bsp_irq_asm.S irq/irq_asm.S irq/bsp_irq_asm.S irq/irq_asm.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(irq_SOURCES) $(timer_SOURCES) $(irq_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppretaskinghook.c startup/bspstart.c \ ../../shared/bsppretaskinghook.c startup/bspstart.c \
@@ -38,7 +40,6 @@ console_SOURCES = console/uart.c ../../shared/console.c
abort_SOURCES = ../shared/abort/abort.c abort_SOURCES = ../shared/abort/abort.c
smc_SOURCES = smc/smc.c smc/smc.h smc_SOURCES = smc/smc.c smc/smc.h
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \
$(smc_SOURCES) $(smc_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -44,12 +44,12 @@ EXTRA_DIST = ../shared/start/start.S
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds.base \ dist_project_lib_DATA += ../shared/startup/linkcmds.base startup/linkcmds
startup/linkcmds
############################################################################### ###############################################################################
# LibBSP # # LibBSP #
############################################################################### ###############################################################################
noinst_LIBRARIES = libbsp.a
shared_SOURCES = ../../shared/bootcard.c \ shared_SOURCES = ../../shared/bootcard.c \
../../shared/bspclean.c \ ../../shared/bspclean.c \
@@ -80,8 +80,6 @@ rtc_SOURCES = ../../shared/tod.c \
misc_SOURCES = misc/system-clocks.c misc_SOURCES = misc/system-clocks.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(clock_SOURCES) \ libbsp_a_SOURCES = $(clock_SOURCES) \
$(console_SOURCES) \ $(console_SOURCES) \
$(irq_SOURCES) \ $(irq_SOURCES) \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
include_rtemsdir = $(includedir)/rtems include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = fb/fb.h touchscreen/touchscreen.h sound/sound.h include_rtems_HEADERS = fb/fb.h touchscreen/touchscreen.h sound/sound.h
@@ -257,7 +259,6 @@ coproc.bin: coproc/coproc.S coproc/coproc.c libnds7.rel
endif endif
project_lib_DATA += coproc.bin project_lib_DATA += coproc.bin
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
libbsp_a_LIBADD = clock.rel console.rel gnatsupp.rel startup.rel irq.rel \ libbsp_a_LIBADD = clock.rel console.rel gnatsupp.rel startup.rel irq.rel \
timer.rel libnds9.rel rtc.rel fb.rel touchscreen.rel sound.rel \ timer.rel libnds9.rel rtc.rel fb.rel touchscreen.rel sound.rel \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
include_HEADERS += ../../arm/shared/comm/uart.h include_HEADERS += ../../arm/shared/comm/uart.h
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \
$(simple_abort_SOURCES) $(debugio_SOURCES) $(simple_abort_SOURCES) $(debugio_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -27,6 +27,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../gp32/startup/bspstart.c ../../shared/bspclean.c \ ../gp32/startup/bspstart.c ../../shared/bspclean.c \
../gp32/startup/bspreset.c startup/memmap.c \ ../gp32/startup/bspreset.c startup/memmap.c \
@@ -38,7 +40,6 @@ console_SOURCES = ../gp32/console/uart.c ../../shared/console.c
abort_SOURCES = ../shared/abort/abort.c abort_SOURCES = ../shared/abort/abort.c
smc_SOURCES = ../gp32/smc/smc.c ../gp32/smc/smc.h smc_SOURCES = ../gp32/smc/smc.c ../gp32/smc/smc.h
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \
$(smc_SOURCES) $(smc_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
noinst_PROGRAMS += startup.rel noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c startup/bspstart.c \ ../../shared/bsppredriverhook.c startup/bspstart.c \
@@ -51,7 +53,6 @@ networkconfig_rel_CPPFLAGS = $(AM_CPPFLAGS) $(networkconfig_CPPFLAGS)
networkconfig_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) networkconfig_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
libbsp_a_LIBADD = startup.rel console.rel libbsp_a_LIBADD = startup.rel console.rel
if HAS_NETWORKING if HAS_NETWORKING

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
noinst_PROGRAMS += startup.rel noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \ startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c startup/bspstart.c \ ../../shared/bsppredriverhook.c startup/bspstart.c \
@@ -44,7 +46,6 @@ console_rel_SOURCES = console/console-io.c
console_rel_CPPFLAGS = $(AM_CPPFLAGS) console_rel_CPPFLAGS = $(AM_CPPFLAGS)
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
libbsp_a_LIBADD = startup.rel console.rel libbsp_a_LIBADD = startup.rel console.rel
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/mmu.rel libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/mmu.rel

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \ ../../shared/bsppost.c startup/bsppretaksinghook.c ../../shared/bspstart.c \
@@ -42,7 +44,6 @@ console_SOURCES = console/consolereserveresources.c console/debugio.c \
debugio_SOURCES = console/debugio.c debugio_SOURCES = console/debugio.c
timer_SOURCES = timer/timer.c timer_SOURCES = timer/timer.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(debugio_SOURCES) $(timer_SOURCES) $(debugio_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -27,6 +27,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bspgetworkarea.c ../../shared/bsppost.c \ ../../shared/bspgetworkarea.c ../../shared/bsppost.c \
@@ -38,7 +40,6 @@ console_SOURCES = ../../shared/console-polled.c console/console-io.c \
console/syscalls.S console/syscalls.S
timer_SOURCES = ../../shared/timerstub.c timer_SOURCES = ../../shared/timerstub.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -33,6 +33,8 @@ start.$(OBJEXT): start/start.S
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
include_HEADERS += ../../i386/shared/comm/uart.h include_HEADERS += ../../i386/shared/comm/uart.h
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
@@ -59,7 +61,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(pci_SOURCES) $(timer_SOURCES) $(pci_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -56,6 +56,8 @@ project_lib_DATA += start16.bin
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
clock_SOURCES = clock/ckinit.c clock/todcfg.c ../../shared/tod.c clock_SOURCES = clock/ckinit.c clock/todcfg.c ../../shared/tod.c
include_rtemsdir = $(includedir)/rtems include_rtemsdir = $(includedir)/rtems
@@ -120,7 +122,6 @@ noinst_PROGRAMS += 3c509.rel
3c509_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 3c509_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(gdb_SOURCES) \ libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(gdb_SOURCES) \
$(gnat_SOURCES) $(pci_SOURCES) $(startup_SOURCES) $(timer_SOURCES) \ $(gnat_SOURCES) $(pci_SOURCES) $(startup_SOURCES) $(timer_SOURCES) \
$(ide_SOURCES) $(ide_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -39,6 +39,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
include_HEADERS += ../../i386/shared/comm/uart.h include_HEADERS += ../../i386/shared/comm/uart.h
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
@@ -69,7 +71,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(pci_SOURCES) $(timer_SOURCES) $(pci_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \ ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -47,7 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bsppost.c ../../shared/bspgetworkarea.c \ ../../shared/bsppost.c ../../shared/bspgetworkarea.c \
@@ -38,7 +40,6 @@ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/gnatinstallhandler.c ../../shared/gnatinstallhandler.c
console_SOURCES = console/console-io.c ../../shared/console-polled.c console_SOURCES = console/console-io.c ../../shared/console-polled.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES)
libbsp_a_LIBADD = \ libbsp_a_LIBADD = \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \ ../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -33,6 +33,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppost.c ../../shared/bspstart.c startup/init68340.c \ ../../shared/bsppost.c ../../shared/bspstart.c startup/init68340.c \
@@ -44,7 +46,6 @@ console_SOURCES = console/Modif_cpu_asm.S console/console.c \
console/m340uart.c ../../shared/dummy_printk_support.c console/m340uart.c ../../shared/dummy_printk_support.c
timer_SOURCES = timer/timer.c timer_SOURCES = timer/timer.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmds.prom \ dist_project_lib_DATA += startup/linkcmds startup/linkcmds.prom \
startup/linkcmds.bootp startup/linkcmds.bootp
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/alloc360.c ../../shared/bspclean.c \ startup_SOURCES = startup/alloc360.c ../../shared/bspclean.c \
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
../../shared/bsplibc.c ../../shared/bsppost.c \ ../../shared/bsplibc.c ../../shared/bsppost.c \
@@ -47,7 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bspgetworkarea.c \ ../../shared/bsppost.c ../../shared/bspgetworkarea.c \
../../shared/bspreset_loop.c ../../shared/bsppretaskinghook.c \ ../../shared/bspreset_loop.c ../../shared/bsppretaskinghook.c \
@@ -47,8 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c \ ../../shared/bsppredriverhook.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
@@ -42,7 +44,6 @@ timer_SOURCES = timer/timer.c timer/timerisr.S
EXTRA_DIST += include/README EXTRA_DIST += include/README
EXTRA_DIST += times EXTRA_DIST += times
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -38,6 +38,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/gdbinit \ dist_project_lib_DATA += startup/linkcmds startup/gdbinit \
startup/linkcmds.flash startup/linkcmds.flash
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/bsppost.c ../../shared/bsppretaskinghook.c \ ../../shared/bsppost.c ../../shared/bsppretaskinghook.c \
@@ -49,7 +51,6 @@ i2c_SOURCES = i2c/i2c.c i2c/i2cdrv.c
tod_SOURCES = tod/ds1307.c tod/todcfg.c ../../shared/tod.c tod_SOURCES = tod/ds1307.c tod/todcfg.c ../../shared/tod.c
nvram_SOURCES = nvram/nvram.c nvram_SOURCES = nvram/nvram.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \
$(i2c_SOURCES) $(tod_SOURCES) $(nvram_SOURCES) $(i2c_SOURCES) $(tod_SOURCES) $(nvram_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \ ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -49,7 +51,6 @@ timer_SOURCES = timer/timer.c
#network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) #network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
#endif #endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(debugio_SOURCES) $(timer_SOURCES) $(debugio_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -27,7 +27,9 @@ start.$(OBJEXT): start/start.S
project_lib_DATA = start.$(OBJEXT) project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash \ dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash \
startup/linkcmdsram startup/linkcmdsram
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \ ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \ ../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \ startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.c \ ../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.c \
../../shared/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \ ../../shared/bspclean.c ../../shared/bootcard.c ../../shared/sbrk.c \
@@ -42,7 +44,6 @@ console_SOURCES = console/console.c console/sci.c console/sci.h
spurious_SOURCES = spurious/spinit.c spurious_SOURCES = spurious/spinit.c
timer_SOURCES = timer/timer.c timer_SOURCES = timer/timer.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(spurious_SOURCES) $(timer_SOURCES) $(spurious_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bsppredriverhook.c \ ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
startup/bspstart.c ../../shared/bootcard.c \ startup/bspstart.c ../../shared/bootcard.c \
@@ -45,7 +47,6 @@ shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
shmsupp/mpisr.c shmsupp/mpisr.c
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(gnatsupp_SOURCES) $(clock_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(gnatsupp_SOURCES) $(clock_SOURCES) \
$(console_SOURCES) $(debugio_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES) $(console_SOURCES) $(debugio_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \ ../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
@@ -38,7 +40,6 @@ clock_SOURCES = clock/ckinit.c
console_SOURCES = console/console.c ../../shared/dummy_printk_support.c console_SOURCES = console/console.c ../../shared/dummy_printk_support.c
timer_SOURCES = timer/timer.c timer/timerisr.S timer_SOURCES = timer/timer.c timer/timerisr.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bsppredriverhook.c \ ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
startup/bspstart.c ../../shared/bootcard.c \ startup/bspstart.c ../../shared/bootcard.c \
@@ -45,7 +47,6 @@ shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
shmsupp/mpisr.c shmsupp/mpisr.c
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(shmsupp_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -38,6 +38,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppost.c \ ../../shared/bsppredriverhook.c ../../shared/bsppost.c \
startup/bspstart.c ../../shared/bootcard.c \ startup/bspstart.c ../../shared/bootcard.c \
@@ -58,7 +60,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(tod_SOURCES) $(timer_SOURCES) $(tod_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -33,6 +33,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c \ ../../shared/bsppredriverhook.c \
../../shared/bspgetworkarea.c \ ../../shared/bspgetworkarea.c \
@@ -53,7 +55,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(fatal_SOURCES) $(timer_SOURCES) $(fatal_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -42,6 +42,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/rom startup/debugger dist_project_lib_DATA += startup/linkcmds startup/rom startup/debugger
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/cpuboot.c startup/crc.c startup/debugport.c \ startup_SOURCES = startup/cpuboot.c startup/crc.c startup/debugport.c \
startup/gdb-hooks.c ../../shared/bootcard.c \ startup/gdb-hooks.c ../../shared/bootcard.c \
startup/m68302scc.c startup/m68k-stub.c \ startup/m68302scc.c startup/m68k-stub.c \
@@ -55,7 +57,6 @@ clock_SOURCES = clock/ckinit.c
console_SOURCES = console/console.c ../../shared/dummy_printk_support.c console_SOURCES = console/console.c ../../shared/dummy_printk_support.c
timer_SOURCES = timer/timer.c timer/timerisr.S timer_SOURCES = timer/timer.c timer/timerisr.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \ ../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \
startup/bsppredriverhook.c ../../shared/bsppretaskinghook.c \ startup/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
@@ -41,7 +43,6 @@ console_SOURCES = console/conscfg.c ../../shared/console.c
debugio_SOURCES = console/debugio.c debugio_SOURCES = console/debugio.c
timer_SOURCES = ../../shared/timerstub.c timer_SOURCES = ../../shared/timerstub.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(debugio_SOURCES) $(timer_SOURCES) $(debugio_SOURCES) $(timer_SOURCES)
libbsp_a_LIBADD = \ libbsp_a_LIBADD = \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c startup/bspreset.c \ startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c startup/bspreset.c \
../../shared/bsppost.c ../../shared/bsppredriverhook.c \ ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -46,7 +48,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppost.c startup/bspreset.c \ ../../shared/bsppredriverhook.c ../../shared/bsppost.c startup/bspreset.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -45,7 +47,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \
../../shared/bsppredriverhook.c ../../shared/bsplibc.c \ ../../shared/bsppredriverhook.c ../../shared/bsplibc.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
@@ -45,7 +47,6 @@ gdbstub_rel_SOURCES = ../../mips/shared/gdbstub/mips-stub.c \
gdbstub_rel_CPPFLAGS = $(AM_CPPFLAGS) $(gdbstub_CPPFLAGS) gdbstub_rel_CPPFLAGS = $(AM_CPPFLAGS) $(gdbstub_CPPFLAGS)
gdbstub_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) gdbstub_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(gdbstub_SOURCES) $(timer_SOURCES) $(gdbstub_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c \ startup_SOURCES = ../../shared/bspclean.c \
../../shared/bsplibc.c ../../shared/bsppost.c \ ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -41,7 +43,6 @@ clock_SOURCES = clock/ckinit.c
console_SOURCES = console/console.c console_SOURCES = console/console.c
liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(liblnk_SOURCES) $(liblnk_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppost.c \ ../../shared/bsppredriverhook.c ../../shared/bsppost.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -40,7 +42,6 @@ clock_SOURCES = clock/clockdrv.c
console_SOURCES = ../../shared/console-polled.c console/console-io.c console_SOURCES = ../../shared/console-polled.c console/console-io.c
timer_SOURCES = timer/timer.c timer_SOURCES = timer/timer.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(timer_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
../../shared/bsplibc.c ../../shared/bsppost.c startup/bspstart.c \ ../../shared/bsplibc.c ../../shared/bsppost.c startup/bspstart.c \
@@ -50,7 +52,6 @@ console_SOURCES = console/console-io.c
liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES) libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES)
libbsp_a_LIBADD = \ libbsp_a_LIBADD = \
clock.rel \ clock.rel \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
../../shared/bsplibc.c ../../shared/bsppost.c startup/bspstart.c \ ../../shared/bsplibc.c ../../shared/bsppost.c startup/bspstart.c \
@@ -49,7 +51,6 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
console_SOURCES = console/console-io.c console_SOURCES = console/console-io.c
liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES) libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES)
libbsp_a_LIBADD = \ libbsp_a_LIBADD = \
clock.rel \ clock.rel \

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -26,6 +26,8 @@ project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bspreset_loop.c ../../shared/bsppost.c startup/bspstart.c \ ../../shared/bspreset_loop.c ../../shared/bsppost.c startup/bspstart.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \ ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
@@ -37,7 +39,6 @@ timer_SOURCES = timer/timer.c
shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \ shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
shmsupp/mpisr.c shmsupp/mpisr.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(shmsupp_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -23,6 +23,8 @@ include_HEADERS += include/coverhd.h
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \ ../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
../../shared/startup/bspgetworkarea.c ../../shared/bsppost.c \ ../../shared/startup/bspgetworkarea.c ../../shared/bsppost.c \
@@ -34,7 +36,6 @@ timer_SOURCES = timer/timer.c timer/timerisr.c
shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \ shmsupp_SOURCES = shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
shmsupp/mpisr.c shmsupp/mpisr.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(shmsupp_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -22,6 +22,8 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
### ###
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspstart.c ../../shared/bootcard.c \ startup_SOURCES = startup/bspstart.c ../../shared/bootcard.c \
../../shared/bsppost.c ../../shared/bsppredriverhook.c \ ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
../../powerpc/shared/startup/bspgetworkarea.c ../../shared/bsplibc.c \ ../../powerpc/shared/startup/bspgetworkarea.c ../../shared/bsplibc.c \
@@ -80,7 +82,6 @@ rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
$(CPPASCOMPILE) -o $@ -c $< $(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA += rtems_crti.$(OBJEXT) project_lib_DATA += rtems_crti.$(OBJEXT)
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \
$(openpic_SOURCES) $(pci_SOURCES) $(irq_SOURCES) $(vme_SOURCES) $(openpic_SOURCES) $(pci_SOURCES) $(irq_SOURCES) $(vme_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -36,10 +36,12 @@ rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT) project_lib_DATA += rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds \ dist_project_lib_DATA += startup/linkcmds \
startup/linkcmds.base \ startup/linkcmds.base \
startup/linkcmds.brs5l \ startup/linkcmds.brs5l \
startup/linkcmds.icecube \ startup/linkcmds.icecube \
startup/linkcmds.pm520 startup/linkcmds.pm520
noinst_LIBRARIES = libbsp.a
bestcomm_SOURCES = bestcomm/include/ppctypes.h \ bestcomm_SOURCES = bestcomm/include/ppctypes.h \
bestcomm/include/mgt5200/mgt5200.h bestcomm/include/mgt5200/sdma.h \ bestcomm/include/mgt5200/mgt5200.h bestcomm/include/mgt5200/sdma.h \
@@ -119,7 +121,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(i2c_SOURCES) \ libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(i2c_SOURCES) \
$(ide_SOURCES) $(irq_SOURCES) $(mscan_SOURCES) $(nvram_SOURCES) \ $(ide_SOURCES) $(irq_SOURCES) $(mscan_SOURCES) $(nvram_SOURCES) \
$(slicetimer_SOURCES) $(tod_SOURCES) $(startup_SOURCES) $(bestcomm_SOURCES) $(slicetimer_SOURCES) $(tod_SOURCES) $(startup_SOURCES) $(bestcomm_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -35,10 +35,12 @@ rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT) project_lib_DATA += rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds \ dist_project_lib_DATA += startup/linkcmds \
startup/linkcmds.base \ startup/linkcmds.base \
startup/linkcmds.mpc8313erdb \ startup/linkcmds.mpc8313erdb \
startup/linkcmds.mpc8349eamds \ startup/linkcmds.mpc8349eamds \
startup/linkcmds.hsc_cm01 startup/linkcmds.hsc_cm01
noinst_LIBRARIES = libbsp.a
mpc83xx_regs_SOURCES = startup/mpc83xx_regs.c mpc83xx_regs_SOURCES = startup/mpc83xx_regs.c
@@ -85,7 +87,6 @@ network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(irq_SOURCES) $(mpc83xx_regs_SOURCES) \ $(irq_SOURCES) $(mpc83xx_regs_SOURCES) \
$(bsp_i2c_SOURCES) $(bsp_spi_SOURCES) $(bsp_i2c_SOURCES) $(bsp_spi_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused). * Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -27,6 +27,8 @@ project_lib_DATA = rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bspreset_fatal.c ../../shared/bsppost.c \ ../../shared/bspreset_fatal.c ../../shared/bsppost.c \
startup/bspstart.c ../../shared/bootcard.c \ startup/bspstart.c ../../shared/bootcard.c \
@@ -48,7 +50,6 @@ include_bsp_HEADERS += irq/irq.h \
irq_SOURCES = irq/irq_init.c irq/irq.c irq_SOURCES = irq/irq_init.c irq/irq.c
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(dlentry_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(dlentry_SOURCES) $(console_SOURCES) \
$(irq_SOURCES) $(irq_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -28,6 +28,8 @@ EXTRA_DIST = times-mbx821 times-mbx860
dist_project_lib_DATA += startup/linkcmds dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
pclock_SOURCES = clock/p_clock.c pclock_SOURCES = clock/p_clock.c
console_SOURCES = console/console.c console_SOURCES = console/console.c
irq_SOURCES = irq/irq.c irq/irq_asm.S irq/irq_init.c irq_SOURCES = irq/irq.c irq/irq_asm.S irq/irq_init.c
@@ -49,7 +51,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif endif
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(pclock_SOURCES) $(irq_SOURCES) $(ide_SOURCES) \ libbsp_a_SOURCES = $(pclock_SOURCES) $(irq_SOURCES) $(ide_SOURCES) \
$(startup_SOURCES) $(console_SOURCES) $(vectors_SOURCES) $(startup_SOURCES) $(console_SOURCES) $(vectors_SOURCES)

View File

@@ -1,3 +1,8 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
components.
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling. * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

View File

@@ -45,6 +45,8 @@ project_lib_DATA += vectors_entry.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds dist_project_lib_DATA += ../shared/startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = ../../powerpc/shared/startup/bspstart.c \ startup_SOURCES = ../../powerpc/shared/startup/bspstart.c \
../../powerpc/shared/startup/bspgetworkarea.c \ ../../powerpc/shared/startup/bspgetworkarea.c \
../../powerpc/shared/showbats.c \ ../../powerpc/shared/showbats.c \
@@ -124,7 +126,6 @@ vme_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
../../powerpc/shared/vme/vme_universe.c \ ../../powerpc/shared/vme/vme_universe.c \
../../powerpc/shared/vme/VMEConfig.h ../../powerpc/shared/vme/VMEConfig.h
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \ libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \
$(irq_SOURCES) $(openpic_SOURCES) $(pci_SOURCES) $(residual_SOURCES) \ $(irq_SOURCES) $(openpic_SOURCES) $(pci_SOURCES) $(residual_SOURCES) \
$(motorola_SOURCES) $(tod_SOURCES) $(vme_SOURCES) $(motorola_SOURCES) $(tod_SOURCES) $(vme_SOURCES)

Some files were not shown because too many files have changed in this diff Show More