|
 2.3.51
 Makefile
diff -u --recursive --new-file v2.3.50/linux/Makefile linux/Makefile
--- v2.3.50/linux/Makefile Tue Mar 7 14:32:25 2000
+++ linux/Makefile Fri Mar 10 15:36:47 2000
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 50
+SUBLEVEL = 51
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -134,6 +134,10 @@
ifdef CONFIG_NET_FC
DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
+endif
+
+ifdef CONFIG_ATALK
+DRIVERS := $(DRIVERS) drivers/net/appletalk/appletalk.a
endif
ifdef CONFIG_TR
|