summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc2478_ncs_ram.cfg
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-05 10:32:28 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-05 10:32:28 +0000
commit24dc66c6ef598938b6d692a25deaa813a3f957ed (patch)
tree3db060c71e2e4f4b9db6c7ae6a89e668bc36ab68 /make/custom/lpc2478_ncs_ram.cfg
parent2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-24dc66c6ef598938b6d692a25deaa813a3f957ed.tar.bz2
renamed config files
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