From c7e67f3eada517046376b4ab77ded4fcf7e42fc5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 04:21:53 +0000 Subject: Remove (Moved to c/src/lib/libbsp//). --- make/custom/avrtest.cfg | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 make/custom/avrtest.cfg (limited to 'make/custom/avrtest.cfg') 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 -- cgit v1.2.3