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, 0 insertions, 14 deletions
diff --git a/make/custom/lpc2478_ncs_ram.cfg b/make/custom/lpc2478_ncs_ram.cfg
deleted file mode 100644
index ae514d45cd..0000000000
--- a/make/custom/lpc2478_ncs_ram.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# 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