From 193831744852b766d61c19bcb06e829a4cbd2abd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Nov 2000 14:26:25 +0000 Subject: 2000-11-09 Joel Sherrill * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore, wrapup/Makefile.am: Added include of stub clock driver so ticker would link. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 5 +++++ c/src/lib/libbsp/h8300/h8sim/clock/.cvsignore | 2 ++ c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am | 28 +++++++++++++++++++++++++ c/src/lib/libbsp/h8300/h8sim/configure.in | 1 + c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am | 2 +- 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 c/src/lib/libbsp/h8300/h8sim/clock/.cvsignore create mode 100644 c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am (limited to 'c') diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog index 4196925d20..2034a3de92 100644 --- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog +++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog @@ -1,3 +1,8 @@ +2000-11-09 Joel Sherrill + + * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore, + wrapup/Makefile.am: Added include of stub clock driver so ticker + would link. 2000-11-02 Ralf Corsepius diff --git a/c/src/lib/libbsp/h8300/h8sim/clock/.cvsignore b/c/src/lib/libbsp/h8300/h8sim/clock/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/c/src/lib/libbsp/h8300/h8sim/clock/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am new file mode 100644 index 0000000000..c4476d5975 --- /dev/null +++ b/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am @@ -0,0 +1,28 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +VPATH = @srcdir@:@srcdir@/../../../shared + +C_FILES = clock_driver_stub.c +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) + +OBJS = $(C_O_FILES) + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../../../automake/compile.am +include $(top_srcdir)/../../../../../../automake/lib.am + +# +# (OPTIONAL) Add local stuff here using += +# + +all-local: $(ARCH) $(OBJS) + +.PRECIOUS: + +EXTRA_DIST = + +include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/h8300/h8sim/configure.in b/c/src/lib/libbsp/h8300/h8sim/configure.in index 5e06052dee..33a007ff06 100644 --- a/c/src/lib/libbsp/h8300/h8sim/configure.in +++ b/c/src/lib/libbsp/h8300/h8sim/configure.in @@ -24,6 +24,7 @@ RTEMS_PROJECT_ROOT # Explicitly list all Makefiles here AC_OUTPUT( Makefile +clock/Makefile console/Makefile include/Makefile start/Makefile diff --git a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am index 2a5deae3be..16bf9da54a 100644 --- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -BSP_FILES = startup console +BSP_FILES = startup clock console include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/compile.am -- cgit v1.2.3