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