Files
rtems/make/custom/lpc2478_ncs.cfg
2009-02-27 12:12:08 +00:00

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