summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-30 16:03:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-30 16:03:11 +0000
commit882b5f28f2cf7c4a5390a9bf37407e96460e3476 (patch)
tree0c12ef354e0178ec4ebca816bb22b4c1b367d41d /c/src/lib/libbsp/m68k/gen68340/Makefile.am
parent2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-882b5f28f2cf7c4a5390a9bf37407e96460e3476.tar.bz2
2008-09-30 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. * start/startfor340only.S: Remove (Unused).
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68340/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68340/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/Makefile.am
index f8f96c1bf6..c2d3f5864d 100644
--- a/c/src/lib/libbsp/m68k/gen68340/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68340/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
@@ -26,14 +25,13 @@ include_HEADERS += include/m68340.h
include_HEADERS += include/m68340.inc
include_HEADERS += include/m68349.inc
-EXTRA_DIST = start/start.S start/startfor340only.S
-start.$(OBJEXT): start/start.S
- $(CPPASCOMPILE) -o $@ -c $<
+noinst_LIBRARIES = libbspstart.a
+libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
-noinst_LIBRARIES = libbsp.a
+noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
# startup