summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg15
1 files changed, 15 insertions, 0 deletions
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