source: rtems/make/custom/lpc2478.cfg @ 913f3e9

4.104.115
Last change on this file since 913f3e9 was edc1ce3c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/01/08 at 01:20:46

2008-10-01 Ralf Corsepius <ralf.corsepius@…>

  • custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
  • Property mode set to 100644
File size: 562 bytes
Line 
1#
2#  Config file for LPC2478 (QVGA Base Board from Embedded Artists).
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU = arm
10RTEMS_BSP_FAMILY = lpc24xx
11
12CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
13
14CFLAGS_OPTIMIZE_V = -Os -g
15
16define bsp-post-link
17        $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
18        gzip -f -9 '$(basename $@).bin'
19        # mkimage -A arm -O rtems -T kernel -C gzip \
20        #     -a a0000000 -e a0000000 -name '$(notdir $@)' \
21        #     -d '$(basename $@).bin.gz' '$(basename $@).img'
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.