From 2543311206e8f64cddd8a633e3f145aadd262712 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 Sep 2001 14:02:27 +0000 Subject: 2001-09-14 Joel Sherrill * 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. --- c/src/libmisc/rootfs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/libmisc/rootfs/Makefile.am') diff --git a/c/src/libmisc/rootfs/Makefile.am b/c/src/libmisc/rootfs/Makefile.am index 891cbd88e1..28a4fd4b5a 100644 --- a/c/src/libmisc/rootfs/Makefile.am +++ b/c/src/libmisc/rootfs/Makefile.am @@ -15,6 +15,7 @@ H_FILES = mkrootfs.h OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am include $(top_srcdir)/../../../automake/lib.am $(PROJECT_INCLUDE)/rtems: @@ -32,7 +33,9 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) +if HAS_NETWORKING all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +endif .PRECIOUS: $(LIB) -- cgit v1.2.3