summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 13:40:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 13:40:38 +0000
commitc01fe2ed48d2110ef1f5ce415393c41e72c0bfd9 (patch)
tree974103277d8d0c0284e82b2ff65d69c887e94b53 /c/src/lib/libbsp/mips/genmongoosev/Makefile.am
parentFix typo in previous ChangeLog entry. (diff)
downloadrtems-c01fe2ed48d2110ef1f5ce415393c41e72c0bfd9.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 '')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
index 506412c4d4..ef007439cf 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/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
@@ -21,15 +20,13 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h
-EXTRA_DIST = start/start.S start/regs.h start/mg5.h
-start.$(OBJEXT): start/start.S
- $(CPPASCOMPILE) -o $@ -c $<
-
+noinst_LIBRARIES = libbspstart.a
+libbspstart_a_SOURCES = start/start.S start/regs.h start/mg5.h
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
-noinst_LIBRARIES = libbsp.a
+noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
# startup