From 949166d6c0436afba8b78420e6ef64a9719b9fca Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 27 Feb 2009 12:12:08 +0000 Subject: added missing files --- make/custom/lpc24xx.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 make/custom/lpc24xx.cfg (limited to 'make/custom/lpc24xx.cfg') diff --git a/make/custom/lpc24xx.cfg b/make/custom/lpc24xx.cfg new file mode 100644 index 0000000000..41c40302a4 --- /dev/null +++ b/make/custom/lpc24xx.cfg @@ -0,0 +1,18 @@ +# +# 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 -mapcs-frame \ + -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline + +CFLAGS_OPTIMIZE_V = -Os -g + +LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS) -- cgit v1.2.3