summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 20:27:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 20:27:41 +0000
commitbeec29b7a9bef2a158bd87c2a4d6d007b23f5cdd (patch)
tree6691174c2872be120576170c7fb343676290a6be /c/src/lib/libbsp/m68k/sim68000/Makefile.am
parent2001-10-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-beec29b7a9bef2a158bd87c2a4d6d007b23f5cdd.tar.bz2
2001-10-17 Joel Sherrill <joel@OARcorp.com>
* timer: New subdirectory. * timer/Makefile.am: New file. * timer/.cvsignore: New file. * Makefile.am: Modified to reflect above. * configure.ac: Ditto.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/sim68000/Makefile.am b/c/src/lib/libbsp/m68k/sim68000/Makefile.am
index a0320f099b..a18be0ca0c 100644
--- a/c/src/lib/libbsp/m68k/sim68000/Makefile.am
+++ b/c/src/lib/libbsp/m68k/sim68000/Makefile.am
@@ -7,8 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../../../../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 clock console wrapup
+SUBDIRS = include start startup clock console timer wrapup
include $(top_srcdir)/../../bsp.am