From caf8869939b50ffc4e3e090b3572935e21327ae8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jul 2000 18:29:37 +0000 Subject: New bsp for simulator in gdb. Does not work yet. --- c/src/lib/libbsp/arm/armulator/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 c/src/lib/libbsp/arm/armulator/Makefile.am (limited to 'c/src/lib/libbsp/arm/armulator/Makefile.am') diff --git a/c/src/lib/libbsp/arm/armulator/Makefile.am b/c/src/lib/libbsp/arm/armulator/Makefile.am new file mode 100644 index 0000000000..d76b6662be --- /dev/null +++ b/c/src/lib/libbsp/arm/armulator/Makefile.am @@ -0,0 +1,17 @@ +## +## $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 clock console startup start wrapup + +include $(top_srcdir)/../../bsp.am + +EXTRA_DIST = bsp_specs + +include $(top_srcdir)/../../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3