From 3bb7e6d5827fe02950586d6c9ca4ed14b826eb64 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Nov 2000 14:26:26 +0000 Subject: 2000-11-09 Joel Sherrill * 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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/h8300/h8sim/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/Makefile.am index 17a9b27760..90008b9311 100644 --- a/c/src/lib/libbsp/h8300/h8sim/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/Makefile.am @@ -8,7 +8,7 @@ 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 console wrapup +SUBDIRS = include start startup clock console wrapup include $(top_srcdir)/../../bsp.am -- cgit v1.2.3