source: rtems/make/custom/lpc2478_ncs.cfg @ 2161e59

4.104.115
Last change on this file since 2161e59 was 949166d, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 12:12:08

added missing files

  • Property mode set to 100644
File size: 236 bytes
Line 
1#
2#  Config file for LPC2478 (NCS).
3#
4#  $Id$
5#
6
7LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs
8
9include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
10
11define bsp-post-link
12        $(OBJCOPY) -O ihex '$@' '$(basename $@).hex'
13        $(default-bsp-post-link)
14endef
Note: See TracBrowser for help on using the repository browser.