summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc2478_ncs_ram.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/lpc2478_ncs_ram.cfg')
-rw-r--r--make/custom/lpc2478_ncs_ram.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/make/custom/lpc2478_ncs_ram.cfg b/make/custom/lpc2478_ncs_ram.cfg
new file mode 100644
index 0000000000..ae514d45cd
--- /dev/null
+++ b/make/custom/lpc2478_ncs_ram.cfg
@@ -0,0 +1,14 @@
+#
+# Config file for LPC2478 (NCS, code and data in external RAM).
+#
+# $Id$
+#
+
+LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs_ram
+
+include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
+
+define bsp-post-link
+ $(OBJCOPY) -S '$@' '$(basename $@).elf'
+ $(default-bsp-post-link)
+endef