summaryrefslogblamecommitdiffstats
path: root/make/custom/lpc2478_ncs.cfg
blob: f826757f9e0d9f2abf205a74758dd31ccf289f42 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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