summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:36:14 +0000
commit487c286c32e7f9cc01a6124c57753301bba398cb (patch)
treeb65d7afb3a65ec947da1b73f9261739358af5e33 /c/src/lib/libcpu/hppa1.1/Makefile.am
parent2003-09-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-487c286c32e7f9cc01a6124c57753301bba398cb.tar.bz2
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am, hppa1.1/configure.ac, hppa1.1/clock/.cvsignore, hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c, hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am, hppa1.1/include/runway.h, hppa1.1/include/semaphore.h, hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am, hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore, hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c, hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am, hppa1.1/timer/timer.c: Removed.
Diffstat (limited to 'c/src/lib/libcpu/hppa1.1/Makefile.am')
-rw-r--r--c/src/lib/libcpu/hppa1.1/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/Makefile.am b/c/src/lib/libcpu/hppa1.1/Makefile.am
deleted file mode 100644
index 263de6c0bf..0000000000
--- a/c/src/lib/libcpu/hppa1.1/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-SUBDIRS = include milli clock timer semaphore
-
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am