|
 2.2.12
 Makefile
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
|