patch-1.3.52 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/Documentation/Configure.help
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Dec 29 16:21:49 1995
- Orig file:
v1.3.51/linux/Makefile
- Orig date:
Wed Dec 27 09:12:12 1995
diff -u --recursive --new-file v1.3.51/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 51
+SUBLEVEL = 52
ARCH = i386
@@ -243,7 +243,7 @@
$(MAKE) linuxsubdirs SUBDIRS=net
MODFLAGS = -DMODULE
-
+ifdef CONFIG_MODULES
ifdef CONFIG_MODVERSIONS
MODFLAGS += -DMODVERSIONS -include $(HPATH)/linux/modversions.h
endif
@@ -272,6 +272,18 @@
if [ -s .misc ]; then inst_mod .misc misc; fi; \
rm -f .misc .allmods; \
)
+
+# modules disabled....
+
+else
+modules modules_install: dummy
+ @echo
+ @echo "The present kernel configuration has modules disabled."
+ @echo "Type 'make config' and enable loadable module support."
+ @echo "Then build a kernel with module support enabled."
+ @echo
+ @exit 1
+endif
clean: archclean
rm -f kernel/ksyms.lst include/linux/compile.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this