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

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

Advertisement

Kernel v2.2.12 /Makefile

Filename:/Makefile
Lines Added:5
Lines Deleted:1
Also changed in: (Previous) 2.2.12-final3  2.2.12-final  2.2.12-pre8  2.2.12pre8  2.2.12-pre6  2.2.12-pre7 
(Following) 2.2.13pre2  2.2.13pre3  2.2.13pre4  2.2.13pre5  2.2.13pre6  2.2.13pre7 

Location
[  2.2.12
   o  Makefile

Patch

diff -u --recursive --new-file v2.2.11/linux/Makefile linux/Makefile
--- v2.2.11/linux/Makefile   Mon Aug  9 16:05:54 1999
+++ linux/Makefile   Wed Aug 25 17:29:45 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 2
-SUBLEVEL = 11
+SUBLEVEL = 12
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -156,6 +156,10 @@
 
 ifeq ($(CONFIG_FC4),y)
 DRIVERS := $(DRIVERS) drivers/fc4/fc4.a
+endif
+
+ifeq ($(CONFIG_NET_FC),y)
+DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
 endif
 
 ifdef CONFIG_PPC


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