summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc2478_ncs_ram.cfg
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-02-27 12:12:08 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-02-27 12:12:08 +0000
commit949166d6c0436afba8b78420e6ef64a9719b9fca (patch)
treebddb49ca14eee7ead6f97311663185c1f99c1503 /make/custom/lpc2478_ncs_ram.cfg
parent * README: Added NCS. (diff)
downloadrtems-949166d6c0436afba8b78420e6ef64a9719b9fca.tar.bz2
added missing files
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