Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.51 /Makefile

Filename:/Makefile
Lines Added:5
Lines Deleted:1
Also changed in: (Previous) 2.3.50  2.3.49  2.3.48  2.3.47  2.3.46  2.3.45 
(Following) 2.3.52  2.3.99-pre1  2.3.99-pre2  2.3.99-pre3  2.3.99-pre4  2.3.99-pre5 

Location
[  2.3.51
   o  Makefile

Patch

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


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.