summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/sim68000.cfg2
-rw-r--r--make/custom/simcpu32.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index 337a64e66e..8ac73c4933 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -8,7 +8,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k
ifeq ($(RTEMS_BSVC_MODEL),simcpu32)
-RTEMS_CPU_MODEL=cpu32
+RTEMS_CPU_MODEL=mcpu32
CPU_CFLAGS = -mcpu32
else
RTEMS_BSVC_MODEL=sim68000
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
index 637c373f45..8e2be4ca7c 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -9,7 +9,6 @@
# differs.
#
-RTEMS_MVME162_MODEL=mvme162lx
RTEMS_BSVC_MODEL=simcpu32
include $(RTEMS_ROOT)/make/custom/sim68000.cfg