forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.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)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES)
|
||||
|
||||
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bsppretaskinghook.c startup/bspstart.c \
|
||||
@@ -45,7 +47,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES)
|
||||
|
||||
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
include_HEADERS += ../../arm/shared/comm/uart.h
|
||||
startup_SOURCES = ../../shared/bsppost.c ../../shared/bsplibc.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -54,7 +56,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(abort_SOURCES) $(irq_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -32,6 +32,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
# some objects have to be forced together to ensure they are ALWAYS
|
||||
# the ones linked into the application executable. Every application
|
||||
# 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/bsp_irq_asm.S irq/irq_asm.S
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(irq_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.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
|
||||
smc_SOURCES = smc/smc.c smc/smc.h
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \
|
||||
$(smc_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -44,12 +44,12 @@ EXTRA_DIST = ../shared/start/start.S
|
||||
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += ../shared/startup/linkcmds.base \
|
||||
startup/linkcmds
|
||||
dist_project_lib_DATA += ../shared/startup/linkcmds.base startup/linkcmds
|
||||
|
||||
###############################################################################
|
||||
# LibBSP #
|
||||
###############################################################################
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
shared_SOURCES = ../../shared/bootcard.c \
|
||||
../../shared/bspclean.c \
|
||||
@@ -80,8 +80,6 @@ rtc_SOURCES = ../../shared/tod.c \
|
||||
|
||||
misc_SOURCES = misc/system-clocks.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
libbsp_a_SOURCES = $(clock_SOURCES) \
|
||||
$(console_SOURCES) \
|
||||
$(irq_SOURCES) \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
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
|
||||
project_lib_DATA += coproc.bin
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
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 \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
include_HEADERS += ../../arm/shared/comm/uart.h
|
||||
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \
|
||||
$(simple_abort_SOURCES) $(debugio_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -27,6 +27,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../gp32/startup/bspstart.c ../../shared/bspclean.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
|
||||
smc_SOURCES = ../gp32/smc/smc.c ../gp32/smc/smc.h
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(abort_SOURCES) \
|
||||
$(smc_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
noinst_PROGRAMS += startup.rel
|
||||
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppredriverhook.c startup/bspstart.c \
|
||||
@@ -51,7 +53,6 @@ networkconfig_rel_CPPFLAGS = $(AM_CPPFLAGS) $(networkconfig_CPPFLAGS)
|
||||
networkconfig_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel console.rel
|
||||
if HAS_NETWORKING
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
noinst_PROGRAMS += startup.rel
|
||||
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.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_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel console.rel
|
||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/mmu.rel
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.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
|
||||
timer_SOURCES = timer/timer.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(debugio_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -27,6 +27,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/bspgetworkarea.c ../../shared/bsppost.c \
|
||||
@@ -38,7 +40,6 @@ console_SOURCES = ../../shared/console-polled.c console/console-io.c \
|
||||
console/syscalls.S
|
||||
timer_SOURCES = ../../shared/timerstub.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -33,6 +33,8 @@ start.$(OBJEXT): start/start.S
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
include_HEADERS += ../../i386/shared/comm/uart.h
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -59,7 +61,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(pci_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -56,6 +56,8 @@ project_lib_DATA += start16.bin
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
clock_SOURCES = clock/ckinit.c clock/todcfg.c ../../shared/tod.c
|
||||
|
||||
include_rtemsdir = $(includedir)/rtems
|
||||
@@ -120,7 +122,6 @@ noinst_PROGRAMS += 3c509.rel
|
||||
3c509_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(gdb_SOURCES) \
|
||||
$(gnat_SOURCES) $(pci_SOURCES) $(startup_SOURCES) $(timer_SOURCES) \
|
||||
$(ide_SOURCES)
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -39,6 +39,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
include_HEADERS += ../../i386/shared/comm/uart.h
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -69,7 +71,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(pci_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -47,7 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/bsppost.c ../../shared/bspgetworkarea.c \
|
||||
@@ -38,7 +40,6 @@ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
console_SOURCES = console/console-io.c ../../shared/console-polled.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES)
|
||||
|
||||
libbsp_a_LIBADD = \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.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)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -33,6 +33,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.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
|
||||
timer_SOURCES = timer/timer.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds startup/linkcmds.prom \
|
||||
startup/linkcmds.bootp
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/alloc360.c ../../shared/bspclean.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
@@ -47,7 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bspgetworkarea.c \
|
||||
../../shared/bspreset_loop.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -47,8 +49,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.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 += times
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -38,6 +38,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds startup/gdbinit \
|
||||
startup/linkcmds.flash
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.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
|
||||
nvram_SOURCES = nvram/nvram.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) \
|
||||
$(i2c_SOURCES) $(tod_SOURCES) $(nvram_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -49,7 +51,6 @@ timer_SOURCES = timer/timer.c
|
||||
#network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
#endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(debugio_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash \
|
||||
startup/linkcmdsram
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
startup/bspgetcpuclockspeed.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds startup/linkcmdsflash
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c ../../shared/bspreset_loop.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -48,7 +50,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds startup/linkcmds_ROM
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bspstart.c startup/bsppredriverhook.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
|
||||
timer_SOURCES = timer/timer.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(spurious_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.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
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(gnatsupp_SOURCES) $(clock_SOURCES) \
|
||||
$(console_SOURCES) $(debugio_SOURCES) $(timer_SOURCES) $(shmsupp_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.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
|
||||
timer_SOURCES = timer/timer.c timer/timerisr.S
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.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
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(shmsupp_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -38,6 +38,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppost.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c \
|
||||
@@ -58,7 +60,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(tod_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -33,6 +33,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c \
|
||||
../../shared/bspgetworkarea.c \
|
||||
@@ -53,7 +55,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(fatal_SOURCES) $(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -42,6 +42,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
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/gdb-hooks.c ../../shared/bootcard.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
|
||||
timer_SOURCES = timer/timer.c timer/timerisr.S
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bspstart.c ../../shared/bootcard.c \
|
||||
startup/bsppredriverhook.c ../../shared/bsppretaskinghook.c \
|
||||
@@ -41,7 +43,6 @@ console_SOURCES = console/conscfg.c ../../shared/console.c
|
||||
debugio_SOURCES = console/debugio.c
|
||||
timer_SOURCES = ../../shared/timerstub.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(debugio_SOURCES) $(timer_SOURCES)
|
||||
libbsp_a_LIBADD = \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c startup/bspreset.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -46,7 +48,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppost.c startup/bspreset.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -45,7 +47,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppretaskinghook.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsplibc.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_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(gdbstub_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -29,6 +29,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
|
||||
@@ -41,7 +43,6 @@ clock_SOURCES = clock/ckinit.c
|
||||
console_SOURCES = console/console.c
|
||||
liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(liblnk_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -31,6 +31,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppredriverhook.c ../../shared/bsppost.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
|
||||
timer_SOURCES = timer/timer.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.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
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES)
|
||||
libbsp_a_LIBADD = \
|
||||
clock.rel \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -30,6 +30,8 @@ project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.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
|
||||
liblnk_SOURCES = liblnk/lnklib.S liblnk/pmon.S
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(console_SOURCES) $(liblnk_SOURCES)
|
||||
libbsp_a_LIBADD = \
|
||||
clock.rel \
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -26,6 +26,8 @@ project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bspreset_loop.c ../../shared/bsppost.c startup/bspstart.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/mpisr.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(shmsupp_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -23,6 +23,8 @@ include_HEADERS += include/coverhd.h
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.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/mpisr.c
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(timer_SOURCES) $(shmsupp_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -22,6 +22,8 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
|
||||
###
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = startup/bspstart.c ../../shared/bootcard.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.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 $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \
|
||||
$(openpic_SOURCES) $(pci_SOURCES) $(irq_SOURCES) $(vme_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -41,6 +41,8 @@ dist_project_lib_DATA += startup/linkcmds \
|
||||
startup/linkcmds.icecube \
|
||||
startup/linkcmds.pm520
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
bestcomm_SOURCES = bestcomm/include/ppctypes.h \
|
||||
bestcomm/include/mgt5200/mgt5200.h bestcomm/include/mgt5200/sdma.h \
|
||||
bestcomm/bestcomm_api.c bestcomm/bestcomm_api.h bestcomm/bestcomm_glue.c \
|
||||
@@ -119,7 +121,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) $(network_CPPFLAGS)
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(clock_SOURCES) $(console_SOURCES) $(i2c_SOURCES) \
|
||||
$(ide_SOURCES) $(irq_SOURCES) $(mscan_SOURCES) $(nvram_SOURCES) \
|
||||
$(slicetimer_SOURCES) $(tod_SOURCES) $(startup_SOURCES) $(bestcomm_SOURCES)
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -40,6 +40,8 @@ dist_project_lib_DATA += startup/linkcmds \
|
||||
startup/linkcmds.mpc8349eamds \
|
||||
startup/linkcmds.hsc_cm01
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
mpc83xx_regs_SOURCES = startup/mpc83xx_regs.c
|
||||
|
||||
startup_SOURCES = ../../shared/bsplibc.c \
|
||||
@@ -85,7 +87,6 @@ network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
|
||||
$(irq_SOURCES) $(mpc83xx_regs_SOURCES) \
|
||||
$(bsp_i2c_SOURCES) $(bsp_spi_SOURCES)
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Remove noinst_PROGRAMS (Unused).
|
||||
|
||||
@@ -27,6 +27,8 @@ project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bspreset_fatal.c ../../shared/bsppost.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
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(dlentry_SOURCES) $(console_SOURCES) \
|
||||
$(irq_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -28,6 +28,8 @@ EXTRA_DIST = times-mbx821 times-mbx860
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
pclock_SOURCES = clock/p_clock.c
|
||||
console_SOURCES = console/console.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)
|
||||
endif
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(pclock_SOURCES) $(irq_SOURCES) $(ide_SOURCES) \
|
||||
$(startup_SOURCES) $(console_SOURCES) $(vectors_SOURCES)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
|
||||
|
||||
@@ -45,6 +45,8 @@ project_lib_DATA += vectors_entry.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += ../shared/startup/linkcmds
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
startup_SOURCES = ../../powerpc/shared/startup/bspstart.c \
|
||||
../../powerpc/shared/startup/bspgetworkarea.c \
|
||||
../../powerpc/shared/showbats.c \
|
||||
@@ -124,7 +126,6 @@ vme_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
|
||||
../../powerpc/shared/vme/vme_universe.c \
|
||||
../../powerpc/shared/vme/VMEConfig.h
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES = $(startup_SOURCES) $(pclock_SOURCES) $(console_SOURCES) \
|
||||
$(irq_SOURCES) $(openpic_SOURCES) $(pci_SOURCES) $(residual_SOURCES) \
|
||||
$(motorola_SOURCES) $(tod_SOURCES) $(vme_SOURCES)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user