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

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

Advertisement

Kernel v2.3.18 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.3.17  2.3.16  2.3.15  2.3.14  2.3.13  2.3.12 
(Following) 2.3.19  2.3.20  2.3.21  2.3.22  2.3.23  2.3.24 

Location
[  2.3.18
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.17/linux/Makefile linux/Makefile
--- v2.3.17/linux/Makefile   Tue Sep  7 12:14:05 1999
+++ linux/Makefile   Thu Sep  9 17:14:38 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 17
+SUBLEVEL = 18
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -148,6 +148,7 @@
 
 ifdef CONFIG_PCMCIA
 DRIVERS := $(DRIVERS) drivers/pcmcia/pcmcia.o
+DRIVERS := $(DRIVERS) drivers/net/pcmcia/pcmcia_net.o
 endif
 
 ifdef CONFIG_DIO


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