summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/make
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/make')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162-testsuite.tcfg7
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg29
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx-testsuite.tcfg7
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg34
4 files changed, 0 insertions, 77 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162-testsuite.tcfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162-testsuite.tcfg
deleted file mode 100644
index 8476d8ecff..0000000000
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162-testsuite.tcfg
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# mvme162 RTEMS Test Database
-#
-# Format is one line per test that is _NOT_ built.
-#
-
-exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
deleted file mode 100644
index db96fff921..0000000000
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Config file for the mvme162 BSP
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m68k
-
-RTEMS_MVME162_MODEL=mvme162
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-
-CPU_CFLAGS = -mcpu=68040 -msoft-float
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(default-bsp-post-link)
- $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
-endef
-
-# BSP-specific tools
-SLOAD=$(PROJECT_TOOLS)/sload
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx-testsuite.tcfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx-testsuite.tcfg
deleted file mode 100644
index f1f680287a..0000000000
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx-testsuite.tcfg
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# mvme162lx RTEMS Test Database
-#
-# Format is one line per test that is _NOT_ built.
-#
-
-exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
deleted file mode 100644
index 8483cf0d84..0000000000
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Configuration file for a MVME162LX
-#
-# This is an MVME162 model with ...
-
-#
-# All mvme162 configurations share the same base file, only the cpu model
-# differs.
-#
-
-RTEMS_MVME162_MODEL=mvme162lx
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m68k
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=68040 -msoft-float
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(default-bsp-post-link)
- $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
-endef
-
-# BSP-specific tools
-SLOAD=$(PROJECT_TOOLS)/sload