From beec29b7a9bef2a158bd87c2a4d6d007b23f5cdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 20:27:41 +0000 Subject: 2001-10-17 Joel Sherrill * timer: New subdirectory. * timer/Makefile.am: New file. * timer/.cvsignore: New file. * Makefile.am: Modified to reflect above. * configure.ac: Ditto. --- c/src/lib/libbsp/arm/armulator/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/arm/armulator/Makefile.am') 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 -- cgit v1.2.3