summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc24xx.cfg
blob: 46098dfa64320fa2abb8e364fe7e75988189dce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#  Config file for LPC24XX.
#
#  $Id$
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = arm

RTEMS_BSP_FAMILY = lpc24xx

CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mthumb

CFLAGS_OPTIMIZE_V = -Os -g

LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)