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. --- c/src/lib/libbsp/m68k/sim68000/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 c/src/lib/libbsp/m68k/sim68000/Makefile.am (limited to 'c/src/lib/libbsp/m68k/sim68000/Makefile.am') diff --git a/c/src/lib/libbsp/m68k/sim68000/Makefile.am b/c/src/lib/libbsp/m68k/sim68000/Makefile.am new file mode 100644 index 0000000000..90008b9311 --- /dev/null +++ b/c/src/lib/libbsp/m68k/sim68000/Makefile.am @@ -0,0 +1,18 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +# wrapup is the one that actually builds and installs the library +# from the individual .rel files built in other directories +#SUBDIRS = include start startup clock console timer wrapup +SUBDIRS = include start startup clock console wrapup + +include $(top_srcdir)/../../bsp.am + +EXTRA_DIST = bsp_specs times + +include $(top_srcdir)/../../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3