summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 14:26:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 14:26:26 +0000
commit3bb7e6d5827fe02950586d6c9ca4ed14b826eb64 (patch)
treea88aabd60f7f5a11de090754719a739fdcd3c13f
parent2000-11-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3bb7e6d5827fe02950586d6c9ca4ed14b826eb64.tar.bz2
2000-11-09 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, clock/Makefile.am, clock/.cvsignore, wrapup/Makefile.am: Added include of stub clock driver so ticker would link.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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