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

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

Kernel v2.3.41 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:2
Also changed in: (Previous) 2.3.40  2.3.39  2.3.38  2.3.37  2.3.36  2.3.35 
(Following) 2.3.42  2.3.43  2.3.44  2.3.45  2.3.46  2.3.47 

Location
[  2.3.41
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.40/linux/Makefile linux/Makefile
--- v2.3.40/linux/Makefile   Fri Jan 21 18:19:15 2000
+++ linux/Makefile   Wed Jan 26 13:16:04 2000
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 40
+SUBLEVEL = 41
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -207,7 +207,7 @@
 endif
 
 ifeq ($(CONFIG_ISAPNP),y)
-DRIVERS := $(DRIVERS) drivers/pnp/isa-pnp.o
+DRIVERS := $(DRIVERS) drivers/pnp/pnp.o
 endif
 
 ifdef CONFIG_SGI
@@ -448,6 +448,10 @@
    rm -f drivers/net/hamradio/soundmodem/gentbl
    rm -f drivers/char/hfmodem/gentbl drivers/char/hfmodem/tables.h
    rm -f drivers/sound/*_boot.h drivers/sound/.*.boot
+   rm -f drivers/sound/msndinit.c
+   rm -f drivers/sound/msndperm.c
+   rm -f drivers/sound/pndsperm.c
+   rm -f drivers/sound/pndspini.c
    rm -f .version .config* config.in config.old
    rm -f scripts/tkparse scripts/kconfig.tk scripts/kconfig.tmp
    rm -f scripts/lxdialog/*.o scripts/lxdialog/lxdialog


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