patch-2.1.33 linux/Rules.make
Next file: linux/arch/alpha/config.in
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Wed Apr 9 21:30:30 1997
- Orig file:
v2.1.32/linux/Rules.make
- Orig date:
Fri Apr 4 08:52:16 1997
diff -u --recursive --new-file v2.1.32/linux/Rules.make linux/Rules.make
@@ -22,11 +22,14 @@
unexport O_OBJS
unexport L_OBJS
unexport M_OBJS
+# intermediate objects that form part of a module
+unexport MI_OBJS
unexport ALL_MOBJS
# objects that export symbol tables
unexport OX_OBJS
unexport LX_OBJS
unexport MX_OBJS
+unexport MIX_OBJS
unexport SYMTAB_OBJS
unexport MOD_LIST_NAME
@@ -105,7 +108,7 @@
ifneq "$(strip $(ALL_MOBJS))" ""
PDWN=$(shell $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)
endif
-modules: $(ALL_MOBJS) dummy
+modules: $(ALL_MOBJS) $(MIX_OBJS) $(MI_OBJS) dummy
ifdef MOD_SUB_DIRS
set -e; for i in $(MOD_SUB_DIRS); do $(MAKE) -C $$i modules; done
endif
@@ -150,7 +153,7 @@
#
ifdef CONFIG_MODULES
-SYMTAB_OBJS = $(LX_OBJS) $(OX_OBJS) $(MX_OBJS)
+SYMTAB_OBJS = $(LX_OBJS) $(OX_OBJS) $(MX_OBJS) $(MIX_OBJS)
ifdef CONFIG_MODVERSIONS
ifneq "$(strip $(SYMTAB_OBJS))" ""
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov