patch-2.2.13 linux/Rules.make
Next file: linux/arch/alpha/kernel/alpha_ksyms.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/Rules.make
- Orig date:
Fri Dec 18 14:01:48 1998
diff -u --recursive --new-file v2.2.12/linux/Rules.make linux/Rules.make
@@ -203,6 +203,18 @@
genksyms_smp_prefix :=
endif
+#
+# Differ 1 and 2Gig kernels to avoid module misload errors
+#
+
+ifdef CONFIG_2GB
+ifdef CONFIG_SMP
+ genksyms_smp_prefix := -p smp2gig_
+else
+ genksyms_smp_prefix := -p 2gig_
+endif
+endif
+
$(MODINCL)/%.ver: %.c
@if [ ! -r $(MODINCL)/$*.stamp -o $(MODINCL)/$*.stamp -ot $< ]; then \
echo '$(CC) $(CFLAGS) -E -D__GENKSYMS__ $<'; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)