2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
	* make/custom/lpc24xx.cfg: Removed.
	* make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
	make/custom/lpc24xx_ncs_rom_ext.cfg,
	make/custom/lpc24xx_ncs_rom_int.cfg:
	Include make/custom/lpc24xx.inc.
This commit is contained in:
Ralf Corsepius
2009-10-17 15:21:07 +00:00
parent d8bbc3e64d
commit 848c996f21
6 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
* make/custom/lpc24xx.cfg: Removed.
* make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
make/custom/lpc24xx_ncs_rom_ext.cfg,
make/custom/lpc24xx_ncs_rom_int.cfg:
Include make/custom/lpc24xx.inc.
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/lpc24xx.cfg: New (relocated from /make/custom).

View File

@@ -6,7 +6,7 @@
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
# define bsp-post-link
# $(OBJCOPY) -O binary '$@' '$(basename $@).bin'

View File

@@ -6,4 +6,4 @@
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_ram
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc

View File

@@ -6,4 +6,4 @@
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_ext
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc

View File

@@ -6,4 +6,4 @@
LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_int
include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
include $(RTEMS_ROOT)/make/custom/lpc24xx.inc