From c0bea0592b04321faa8fd462db2e7d1adc537130 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 13:48:59 +0000 Subject: =?UTF-8?q?2008-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules. --- c/src/lib/libbsp/arm/lpc24xx/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc24xx/Makefile.am') diff --git a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am index 4122620796..86f945ad20 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am @@ -10,7 +10,6 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal include $(top_srcdir)/../../../../automake/compile.am -include $(top_srcdir)/../../bsp.am include_bspdir = $(includedir)/bsp @@ -40,8 +39,8 @@ include_bsp_HEADERS = ../../shared/include/utility.h \ # Data # ############################################################################### -EXTRA_DIST = ../shared/start/start.S - +noinst_LIBRARIES = libbspstart.a +libbspstart_a_SOURCES = ../shared/start/start.S project_lib_DATA = start.$(OBJEXT) dist_project_lib_DATA += ../shared/startup/linkcmds.base startup/linkcmds @@ -49,7 +48,7 @@ dist_project_lib_DATA += ../shared/startup/linkcmds.base startup/linkcmds ############################################################################### # LibBSP # ############################################################################### -noinst_LIBRARIES = libbsp.a +noinst_LIBRARIES += libbsp.a libbsp_a_SOURCES = # shared -- cgit v1.2.3