From b812f841553be30baab45f08b3f6fda692b5166b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Aug 2000 20:01:14 +0000 Subject: Added sim68000 BSP for the BSVC simulator. This BSP includes the alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development. --- make/custom/simcpu32.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 make/custom/simcpu32.cfg (limited to 'make/custom/simcpu32.cfg') diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg new file mode 100644 index 0000000000..f439972eb1 --- /dev/null +++ b/make/custom/simcpu32.cfg @@ -0,0 +1,16 @@ +# +# Configuration file for a simcpu32 in BSCV +# +# $Id$ +# + +# +# All BSVC configurations share the same base file, only the cpu model +# differs. +# + +RTEMS_MVME162_MODEL=mvme162lx +RTEMS_BSVC_MODEL=simcpu + +include $(RTEMS_ROOT)/make/custom/sim68000.cfg + -- cgit v1.2.3