summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-21 14:02:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-21 14:02:27 +0000
commit2543311206e8f64cddd8a633e3f145aadd262712 (patch)
tree3d7ad2ed749e4c9b4f5d68c4e1a2bce77f11a0b8 /cpukit/libmisc/wrapup
parent2001-09-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2543311206e8f64cddd8a633e3f145aadd262712.tar.bz2
2001-09-14 Joel Sherrill <joel@OARcorp.com>
* configure.in, rootfs/Makefile.am: Added conditional to make sure rootfs does not get built with networking is disabled. Also added include of compile.am to rootfs/Makefile.am. * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
Diffstat (limited to 'cpukit/libmisc/wrapup')
-rw-r--r--cpukit/libmisc/wrapup/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libmisc/wrapup/Makefile.am b/cpukit/libmisc/wrapup/Makefile.am
index ed6b42b9fc..c98725f2c1 100644
--- a/cpukit/libmisc/wrapup/Makefile.am
+++ b/cpukit/libmisc/wrapup/Makefile.am
@@ -11,12 +11,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
+if HAS_NETWORKING
+NETLIBS=../rootfs/$(ARCH)/librootfs-tmp.a
+endif
+
TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \
../untar/$(ARCH)/libuntar-tmp.a ../stackchk/$(ARCH)/libstackchk-tmp.a \
../cpuuse/$(ARCH)/libcpuuse-tmp.a ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \
../shell/$(ARCH)/libshell-tmp.a \
../dumpbuf/$(ARCH)/libdumpbuf-tmp.a ../devnull/$(ARCH)/libdevnull-tmp.a \
- ../mw-fb/$(ARCH)/libmw-fb-tmp.a
+ ../mw-fb/$(ARCH)/libmw-fb-tmp.a $(NETLIBS)
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@