From e94666ddc5133b44923a1c3a2f1b21043e0c6fdd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 03:43:47 +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: Move noinst_LIBRARIES = libbsp.a before its components. --- c/src/lib/libbsp/arm/lpc24xx/Makefile.am | 6 ++---- 1 file changed, 2 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 7ed62633eb..94274729ff 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am @@ -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) \ -- cgit v1.2.3