mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
15 lines
236 B
INI
15 lines
236 B
INI
#
|
|
# 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
|