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

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

Advertisement

Kernel v2.3.36 /Makefile

Filename:/Makefile
Lines Added:9
Lines Deleted:1
Also changed in: (Previous) 2.3.35  2.3.34  2.3.33  2.3.32  2.3.31  2.3.30 
(Following) 2.3.37  2.3.38  2.3.39  2.3.40  2.3.41  2.3.42 

Location
[  2.3.36
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.35/linux/Makefile linux/Makefile
--- v2.3.35/linux/Makefile   Wed Dec 29 13:13:12 1999
+++ linux/Makefile   Thu Dec 30 11:51:26 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 35
+SUBLEVEL = 36
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -146,6 +146,10 @@
 DRIVERS := $(DRIVERS) drivers/net/wan/wan.a
 endif
 
+ifeq ($(CONFIG_ARCNET),y)
+DRIVERS := $(DRIVERS) drivers/net/arcnet/arcnet.a
+endif
+
 ifdef CONFIG_ATM
 DRIVERS := $(DRIVERS) drivers/atm/atm.a
 endif
@@ -236,6 +240,10 @@
 
 ifeq ($(CONFIG_I2C),y)
 DRIVERS := $(DRIVERS) drivers/i2c/i2c.a
+endif
+
+ifeq ($(CONFIG_PHONE),y)
+DRIVERS := $(DRIVERS) drivers/telephony/telephony.a
 endif
 
 include arch/$(ARCH)/Makefile


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