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

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

Kernel v2.3.21 /Makefile

Filename:/Makefile
Lines Added:13
Lines Deleted:1
Also changed in: (Previous) 2.3.20  2.3.19  2.3.18  2.3.17  2.3.16  2.3.15 
(Following) 2.3.22  2.3.23  2.3.24  2.3.25  2.3.26  2.3.27 

Location
[  2.3.21
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.20/linux/Makefile linux/Makefile
--- v2.3.20/linux/Makefile   Sat Oct  9 11:47:50 1999
+++ linux/Makefile   Mon Oct 11 10:13:24 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 20
+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/)
@@ -125,6 +125,18 @@
 endif
 
 DRIVERS := $(DRIVERS) drivers/net/net.a
+
+ifdef CONFIG_NET_FC
+DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
+endif
+
+ifdef CONFIG_TR
+DRIVERS := $(DRIVERS) drivers/net/tokenring/tr.a
+endif
+
+ifdef CONFIG_WAN
+DRIVERS := $(DRIVERS) drivers/net/wan/wan.a
+endif
 
 ifdef CONFIG_ATM
 DRIVERS := $(DRIVERS) drivers/atm/atm.a


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