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

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

Advertisement

Kernel v2.3.39 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:3
Also changed in: (Previous) 2.3.38  2.3.37  2.3.36  2.3.35  2.3.34  2.3.33 
(Following) 2.3.40  2.3.41  2.3.42  2.3.43  2.3.44  2.3.45 

Location
[  2.3.39
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.38/linux/Makefile linux/Makefile
--- v2.3.38/linux/Makefile   Fri Jan  7 19:13:21 2000
+++ linux/Makefile   Sat Jan  8 21:33:52 2000
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 38
+SUBLEVEL = 39
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -203,7 +203,7 @@
 endif
 
 ifeq ($(CONFIG_PNP),y)
-DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
+DRIVERS := $(DRIVERS) drivers/pnp/isa-pnp.o
 endif
 
 ifdef CONFIG_SGI
@@ -227,7 +227,7 @@
 endif
 
 ifeq ($(CONFIG_USB),y)
-DRIVERS := $(DRIVERS) drivers/usb/usb.a
+DRIVERS := $(DRIVERS) drivers/usb/usbdrv.o
 endif
 
 ifeq ($(CONFIG_I2O),y)


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