summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme147s.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:30:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-20 19:30:30 +0000
commitbffb93879940c71c58d2c66410e1bd5e5e4dc979 (patch)
tree2b13eb892f6022cb62a7847f2d27fb44e5e313ae /make/custom/mvme147s.cfg
parentAdded _times_r. (diff)
downloadrtems-bffb93879940c71c58d2c66410e1bd5e5e4dc979.tar.bz2
Removed PROJECT_HOME and CONFIG_DIR variables.
Diffstat (limited to 'make/custom/mvme147s.cfg')
-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