|
 2.2.21
 Makefile
diff -u --new-file --recursive v2.2.20/Makefile linux/Makefile
--- v2.2.20/Makefile Mon May 20 16:09:49 2002
+++ linux/Makefile Mon May 20 16:32:34 2002
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 2
-SUBLEVEL = 20
-EXTRAVERSION =
+SUBLEVEL = 21
+EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -170,7 +170,7 @@
DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
endif
-ifdef CONFIG_POWERMAC
+ifdef CONFIG_PPC
DRIVERS := $(DRIVERS) drivers/macintosh/macintosh.o
endif
@@ -445,6 +445,9 @@
# set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i fastdep ;done
# let this be made through the fastdep rule in Rules.make
$(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)"
+ifdef CONFIG_MODVERSIONS
+ $(MAKE) update-modverfile
+endif
MODVERFILE :=
|