summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/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/arm/armulator/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 'c/src/lib/libbsp/arm/armulator/Makefile.am')
-rw-r--r--c/src/lib/libbsp/arm/armulator/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/Makefile.am b/c/src/lib/libbsp/arm/armulator/Makefile.am
index d6b85e2828..6b9607fd61 100644
--- a/c/src/lib/libbsp/arm/armulator/Makefile.am
+++ b/c/src/lib/libbsp/arm/armulator/Makefile.am
@@ -7,7 +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 clock console startup start wrapup
+SUBDIRS = . include clock console startup timer start wrapup
include $(top_srcdir)/../../bsp.am