From 949166d6c0436afba8b78420e6ef64a9719b9fca Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 27 Feb 2009 12:12:08 +0000 Subject: added missing files --- make/custom/lpc2478_ncs.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/custom/lpc2478_ncs.cfg (limited to 'make/custom/lpc2478_ncs.cfg') diff --git a/make/custom/lpc2478_ncs.cfg b/make/custom/lpc2478_ncs.cfg new file mode 100644 index 0000000000..f826757f9e --- /dev/null +++ b/make/custom/lpc2478_ncs.cfg @@ -0,0 +1,14 @@ +# +# 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 -- cgit v1.2.3