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

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

Advertisement

Kernel v2.3.32 /Makefile

Filename:/Makefile
Lines Added:6
Lines Deleted:2
Also changed in: (Previous) 2.3.31  2.3.30  2.3.29  2.3.28  2.3.27  2.3.26 
(Following) 2.3.33  2.3.34  2.3.35  2.3.36  2.3.37  2.3.38 

Location
[  2.3.32
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.31/linux/Makefile linux/Makefile
--- v2.3.31/linux/Makefile   Wed Dec  8 14:11:24 1999
+++ linux/Makefile   Mon Dec 13 14:12:28 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 31
+SUBLEVEL = 32
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -121,6 +121,10 @@
 DRIVERS += drivers/char/drm/drm.o
 endif
 
+ifeq ($(CONFIG_AGP),y)
+DRIVERS += drivers/char/agp/agp.o
+endif
+
 ifdef CONFIG_NUBUS
 DRIVERS := $(DRIVERS) drivers/nubus/nubus.a
 endif
@@ -202,7 +206,7 @@
 endif
 
 ifdef CONFIG_VT
-DRIVERS := $(DRIVERS) drivers/video/video.a
+DRIVERS := $(DRIVERS) drivers/video/video.o
 endif
 
 ifeq ($(CONFIG_PARIDE),y)


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