summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:39:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:39:24 +0000
commit2782e69ff08bbb4d16a11e2fc6fb470f1592a0af (patch)
treeecbb74042797dafa41ce84b602fbe796ca36c9d1 /cpukit/libcsupport/Makefile.am
parentcat /tmp/j | while read f (diff)
downloadrtems-2782e69ff08bbb4d16a11e2fc6fb470f1592a0af.tar.bz2
idir=/opt/tmp/opt/rtems
rdir=/opt/rtems cd $idir find . -type f | while read file do if [ ! -f ${file} ] ; then echo ${file} missing fi done
Diffstat (limited to 'cpukit/libcsupport/Makefile.am')
-rw-r--r--cpukit/libcsupport/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index db61ed978e..a77bfe9538 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -5,12 +5,8 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-if HAS_LIBCHIP
-LIBCHIP = libchip
-endif
-
SUBDIRS = start include libc libcpu libbsp \
- $(LIBCHIP) $(LIBHWAPI)
+ $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am