summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme147s.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mvme147s.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/make/custom/mvme147s.cfg b/make/custom/mvme147s.cfg
new file mode 100644
index 0000000000..95dfa70f29
--- /dev/null
+++ b/make/custom/mvme147s.cfg
@@ -0,0 +1,19 @@
+#
+# Config file for the mvme147s BSP
+#
+# $Id$
+#
+
+#
+# mvme147s and mvme147 use the same toolset
+#
+
+include $(RTEMS_ROOT)/make/custom/mvme147.cfg
+
+# This is the actual bsp directory used during the build process.
+RTEMS_BSP_FAMILY=mvme147s
+
+# Define this to yes if this target supports multiprocessor environments.
+HAS_MP=yes
+
+# Miscellaneous additions go here