From b3e228e6811a4c24bf23ef54aae0804d0fadcc8b Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 5 Oct 2009 11:05:05 +0000 Subject: add missing files --- make/custom/lpc24xx_ncs_rom_ext.cfg | 9 +++++++++ make/custom/lpc24xx_ncs_rom_int.cfg | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 make/custom/lpc24xx_ncs_rom_ext.cfg create mode 100644 make/custom/lpc24xx_ncs_rom_int.cfg (limited to 'make/custom') diff --git a/make/custom/lpc24xx_ncs_rom_ext.cfg b/make/custom/lpc24xx_ncs_rom_ext.cfg new file mode 100644 index 0000000000..2f9b233c17 --- /dev/null +++ b/make/custom/lpc24xx_ncs_rom_ext.cfg @@ -0,0 +1,9 @@ +# +# Config file for LPC24XX (NCS). +# +# $Id$ +# + +LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_ext + +include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg diff --git a/make/custom/lpc24xx_ncs_rom_int.cfg b/make/custom/lpc24xx_ncs_rom_int.cfg new file mode 100644 index 0000000000..1717e75f2c --- /dev/null +++ b/make/custom/lpc24xx_ncs_rom_int.cfg @@ -0,0 +1,9 @@ +# +# Config file for LPC24XX (NCS). +# +# $Id$ +# + +LPC24XX_LINKCMDS = linkcmds.lpc24xx_ncs_rom_int + +include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg -- cgit v1.2.3