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

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

Advertisement

Kernel v2.3.29 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:3
Also changed in: (Previous) 2.3.28  2.3.27  2.3.26  2.3.25  2.3.24  2.3.23 
(Following) 2.3.30  2.3.31  2.3.32  2.3.33  2.3.34  2.3.35 

Location
[  2.3.29
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.28/linux/Makefile linux/Makefile
--- v2.3.28/linux/Makefile   Thu Nov 18 20:25:37 1999
+++ linux/Makefile   Tue Nov 23 10:15:42 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 28
+SUBLEVEL = 29
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -112,6 +112,7 @@
 DRIVERS      =drivers/block/block.a \
        drivers/char/char.o \
        drivers/misc/misc.o \
+       drivers/net/net.o \
             drivers/parport/parport.a
 LIBS      =$(TOPDIR)/lib/lib.a
 SUBDIRS      =kernel drivers mm fs net ipc lib
@@ -124,8 +125,6 @@
 DRIVERS := $(DRIVERS) drivers/isdn/isdn.a
 endif
 
-DRIVERS := $(DRIVERS) drivers/net/net.a
-
 ifdef CONFIG_NET_FC
 DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
 endif
@@ -364,6 +363,7 @@
    if [ -f VIDEO_MODULES ]; then inst_mod VIDEO_MODULES video; fi; \
    if [ -f FC4_MODULES   ]; then inst_mod FC4_MODULES   fc4;   fi; \
    if [ -f IRDA_MODULES  ]; then inst_mod IRDA_MODULES  net;   fi; \
+   if [ -f SK98LIN_MODULES ]; then inst_mod SK98LIN_MODULES  net;   fi; \
    if [ -f USB_MODULES   ]; then inst_mod USB_MODULES   usb;   fi; \
    if [ -f PCMCIA_MODULES ]; then inst_mod PCMCIA_MODULES pcmcia; fi; \
    if [ -f PCMCIA_NET_MODULES ]; then inst_mod PCMCIA_NET_MODULES pcmcia; fi; \


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