summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:50:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 12:50:03 +0000
commitaf9361c31dfd3e480f226c5c2d0a0be3f3bec12f (patch)
tree10ec4d66b42dc4394bdef012d81dd54c28bcdc96 /c/src/lib/libbsp/no_cpu/no_bsp
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-af9361c31dfd3e480f226c5c2d0a0be3f3bec12f.tar.bz2
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/no_bsp.cfg: New (relocated from /make/custom).
Diffstat (limited to 'c/src/lib/libbsp/no_cpu/no_bsp')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg15
2 files changed, 19 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
index 30e25624d2..7d8cc536bb 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/no_bsp.cfg: New (relocated from /make/custom).
+
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg b/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
new file mode 100644
index 0000000000..82f7434513
--- /dev/null
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
@@ -0,0 +1,15 @@
+#
+# 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