source: rtems/make/custom/lpc2478_ncs_ram.cfg @ 949166d

4.104.115
Last change on this file since 949166d 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: 266 bytes
Line 
1#
2#  Config file for LPC2478 (NCS, code and data in external RAM).
3#
4#  $Id$
5#
6
7LPC24XX_LINKCMDS = linkcmds.lpc2478_ncs_ram
8
9include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
10
11define bsp-post-link
12        $(OBJCOPY) -S '$@' '$(basename $@).elf'
13        $(default-bsp-post-link)
14endef
Note: See TracBrowser for help on using the repository browser.