source: rtems/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.cfg @ d09a7bd0

4.104.115
Last change on this file since d09a7bd0 was d09a7bd0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:07:59

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/lpc24xx.cfg: New (relocated from /make/custom).
  • make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
  • make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
  • make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
  • make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 278 bytes
Line 
1#
2#  Config file for LPC24XX.
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU = arm
10
11RTEMS_BSP_FAMILY = lpc24xx
12
13CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb
14
15CFLAGS_OPTIMIZE_V = -Os -g
16
17LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.