From 7187942f4ad13e03bcc76710a05107da639cb126 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Nov 2009 11:34:46 +0000 Subject: =?UTF-8?q?2009-11-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling. --- c/src/lib/libbsp/arm/lpc24xx/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 6a864dfa1a..ebc63e766a 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am @@ -55,12 +55,12 @@ libbspstart_a_SOURCES = ../shared/start/start.S project_lib_DATA = start.$(OBJEXT) -dist_project_lib_DATA += ../shared/startup/linkcmds.base \ - startup/linkcmds \ - startup/linkcmds.lpc24xx_ea \ - startup/linkcmds.lpc24xx_ncs_rom_int \ - startup/linkcmds.lpc24xx_ncs_rom_ext \ - startup/linkcmds.lpc24xx_ncs_ram +project_lib_DATA += startup/linkcmds +project_lib_DATA += ../shared/startup/linkcmds.base +EXTRA_DIST = startup/linkcmds.lpc24xx_ea +EXTRA_DIST += startup/linkcmds.lpc24xx_ncs_rom_int +EXTRA_DIST += startup/linkcmds.lpc24xx_ncs_rom_ext +EXTRA_DIST += startup/linkcmds.lpc24xx_ncs_ram ############################################################################### # LibBSP # -- cgit v1.2.3