summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc2478_ncs.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/lpc2478_ncs.cfg')
-rw-r--r--make/custom/lpc2478_ncs.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/lpc2478_ncs.cfg b/make/custom/lpc2478_ncs.cfg
deleted file mode 100644
index f826757f9e..0000000000
--- a/make/custom/lpc2478_ncs.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Config file for LPC2478 (NCS).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
-
-define bsp-post-link
- $(OBJCOPY) -O ihex '$@' '$(basename $@).hex'
- $(default-bsp-post-link)
-endef