summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-07 07:12:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:45 +0200
commit77d374f580d48ad0ebdbb09950087603b38956db (patch)
tree9f79f786871dbe6ada14eb331b51ea6f7961f4c2
parentnetwork: Use kernel/user space header files (diff)
downloadrtems-77d374f580d48ad0ebdbb09950087603b38956db.tar.bz2
cpukit/Makefile.am: Cleanup
-rw-r--r--cpukit/Makefile.am63
1 files changed, 1 insertions, 62 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 9b1e2304bf..e137628b86 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -21,74 +21,13 @@ _SUBDIRS += libstdthreads
_SUBDIRS += libdebugger
_SUBDIRS += wrapup
+# other libraries
_SUBDIRS += zlib
-
-# applications
_SUBDIRS += ftpd
_SUBDIRS += telnetd
_SUBDIRS += pppd
_SUBDIRS += mghttpd
-if LIBNETWORKING
-endif
-
-if LIBDL
-endif
-
-if LIBDEBUGGER
-endif
-
-if !LIBPCI
-endif
-## should be conditional and only installed for PowerPC, x86, and ARM
-## libfs
-## POSIX FIFO/pipe
-## devfs
-if LIBDOSFS
-endif
-
-# RFS
-# JFFS2
-## libblock
-## ftpd
-if LIBNETWORKING
-endif
-
-## bspcmdline
-## capture
-# tracing headers
-## cpuuse
-## devnull
-## dumpbuf
-## rtemsfdt
-## monitor
-## fb
-## mouse
-## libqos
-## redirector
-## shell
-if LIBSHELL
-endif
-
-## stringto
-## testsupport
-## i2c
-## serdbg
-if LIBSERDBG
-endif
-
-## stackchk
-## libuntar
-## fsmount
-## Driver manager
-if LIBDRVMGR
-endif
-
-if LIBGNAT
-endif
-
-## HACK: doxygen filter.
-
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
include $(srcdir)/headers.am