forked from Imagelibrary/rtems
15 lines
266 B
INI
15 lines
266 B
INI
#
|
|
# 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
|