summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 20:52:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 20:52:22 +0000
commit81ec50442dacc498cc69106cbec689028f2094df (patch)
tree076d631792c5306c5f0b71447922bab7b17175b1 /c/src/lib/libbsp/powerpc/tqm8xx
parent2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-81ec50442dacc498cc69106cbec689028f2094df.tar.bz2
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am12
2 files changed, 9 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index 05405d0d46..3df36ce137 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -1,5 +1,10 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
+ of building libbspstart.a, using automake-rules.
+
+2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* Makefile.am: Eliminate *_SOURCES.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index 031cac73b4..a9927afa67 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -5,7 +5,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
-include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp
@@ -29,20 +28,17 @@ include_bsp_HEADERS = include/tqm.h include/8xx_immap.h \
EXTRA_DIST = times-tqm866
-EXTRA_DIST += startup/start.S
-start.$(OBJEXT): startup/start.S
- $(CPPASCOMPILE) -o $@ -c $<
+noinst_LIBRARIES = libbspstart.a
+libbspstart_a_SOURCES = startup/start.S
project_lib_DATA = start.$(OBJEXT)
-EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
-rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
- $(CPPASCOMPILE) -o $@ -c $<
+libbspstart_a_SOURCES += ../../powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds.base \
startup/linkcmds.tqm8xx
-noinst_LIBRARIES = libbsp.a
+noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
# irq