From 132f19405b74a70d65378a8105468eb98b6d6a20 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Jul 1998 22:03:20 +0000 Subject: Initial submission of gen68340 BSP (should run on a 68349) from Geoffroy Montel . --- c/src/lib/libbsp/m68k/gen68340/Makefile.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 c/src/lib/libbsp/m68k/gen68340/Makefile.in (limited to 'c/src/lib/libbsp/m68k/gen68340/Makefile.in') diff --git a/c/src/lib/libbsp/m68k/gen68340/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/Makefile.in new file mode 100644 index 0000000000..2a1ee6504c --- /dev/null +++ b/c/src/lib/libbsp/m68k/gen68340/Makefile.in @@ -0,0 +1,25 @@ +# +# $Id$ +# + +@SET_MAKE@ +srcdir = @srcdir@ +VPATH = @srcdir@ +RTEMS_ROOT = @top_srcdir@ +PROJECT_ROOT = @PROJECT_ROOT@ + +include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg +include $(RTEMS_ROOT)/make/directory.cfg + +SRCS=README + +# someday ... +## We only build the ka9q device driver if HAS_KA9Q was defined +#KA9Q_DRIVER_yes_V = network +#KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V) + +all: $(SRCS) + +# wrapup is the one that actually builds and installs the library +# from the individual .rel files built in other directories +SUB_DIRS=include start340 startup clock console timer $(KA9Q_DRIVER) wrapup -- cgit v1.2.3