summaryrefslogtreecommitdiffstats
path: root/make/custom/avrtest.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 04:21:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 04:21:53 +0000
commitc7e67f3eada517046376b4ab77ded4fcf7e42fc5 (patch)
tree999d6eef2799138b25dbe3447043a6d5f8ce5ccf /make/custom/avrtest.cfg
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c7e67f3eada517046376b4ab77ded4fcf7e42fc5.tar.bz2
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
Diffstat (limited to '')
-rw-r--r--make/custom/avrtest.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/make/custom/avrtest.cfg b/make/custom/avrtest.cfg
deleted file mode 100644
index 4143495474..0000000000
--- a/make/custom/avrtest.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Config file for the AVR ATmega128 on avrtest Simulator
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=avr
-RTEMS_CPU_MODEL=mega128
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=avrtest
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mmcu=atmega128
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -Os -g