summaryrefslogtreecommitdiffstats
path: root/make/custom/rtl22xx_t.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/rtl22xx_t.cfg')
-rw-r--r--make/custom/rtl22xx_t.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/make/custom/rtl22xx_t.cfg b/make/custom/rtl22xx_t.cfg
deleted file mode 100644
index c12f9f148b..0000000000
--- a/make/custom/rtl22xx_t.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for LPC22xx board in Thumb mode
-#
-# $Id$
-#
-set USE_THUMB_MODE=YES
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-
-include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
-
-CPU_CFLAGS += -mthumb
-
-#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
-#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
-#CPU_ASFLAGS += -D __THUMB_INTERWORK__ -mthumb-interwork
-
-# Miscellaneous additions go here