patch-2.3.51 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/Documentation/sound/via82cxxx.txt
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Mar 10 15:36:47 2000
- Orig file:
v2.3.50/linux/Makefile
- Orig date:
Tue Mar 7 14:32:25 2000
diff -u --recursive --new-file v2.3.50/linux/Makefile linux/Makefile
@@ -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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)