summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:52:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:52:03 +0000
commit591e925aa51949d4ba516c6fc5758806c635c22f (patch)
treee026bdf107523f9367a22aa5b60f355f02586939
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-591e925aa51949d4ba516c6fc5758806c635c22f.tar.bz2
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
-rw-r--r--make/custom/no_bsp.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/make/custom/no_bsp.cfg b/make/custom/no_bsp.cfg
deleted file mode 100644
index 82f7434513..0000000000
--- a/make/custom/no_bsp.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Configuration file for the "no_bsp" board
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=no_cpu
-RTEMS_CPU_MODEL=no_cpu_model
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=no_bsp
-
-# Miscellaneous additions go here