source: rtems/make/custom/lpc24xx_ea.cfg @ 3c5a40f

4.104.115
Last change on this file since 3c5a40f was 24dc66c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/05/09 at 10:32:28

renamed config files

  • Property mode set to 100644
File size: 452 bytes
Line 
1#
2#  Config file for LPC24XX (QVGA Base Board from Embedded Artists).
3#
4#  $Id$
5#
6
7LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
8
9include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
10
11# define bsp-post-link
12#       $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
13#       gzip -f -9 '$(basename $@).bin'
14#       mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
15#       $(default-bsp-post-link)
16# endef
Note: See TracBrowser for help on using the repository browser.