summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/lpc24xx_ncs_rom_ext.cfg9
-rw-r--r--make/custom/lpc24xx_ncs_rom_int.cfg9
2 files changed, 18 insertions, 0 deletions
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