source: rtems/make/custom/lpc2478.cfg @ 62bfb143

4.104.115
Last change on this file since 62bfb143 was 669b78a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 16:58:47

Remove RTEMS_BOARD_MODEL.

  • Property mode set to 100644
File size: 647 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        -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes
14
15CFLAGS_OPTIMIZE_V = -Os -g
16
17define bsp-post-link
18        $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
19        gzip -f -9 '$(basename $@).bin'
20        # mkimage -A arm -O rtems -T kernel -C gzip \
21        #     -a a0000000 -e a0000000 -name '$(notdir $@)' \
22        #     -d '$(basename $@).bin.gz' '$(basename $@).img'
23        $(default-bsp-post-link)
24endef
Note: See TracBrowser for help on using the repository browser.