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

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

Advertisement

Kernel v2.3.17 /Makefile

Filename:/Makefile
Lines Added:5
Lines Deleted:1
Also changed in: (Previous) 2.3.16  2.3.15  2.3.14  2.3.13  2.3.12  2.3.11 
(Following) 2.3.18  2.3.19  2.3.20  2.3.21  2.3.22  2.3.23 

Location
[  2.3.17
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.16/linux/Makefile linux/Makefile
--- v2.3.16/linux/Makefile   Tue Aug 31 17:29:12 1999
+++ linux/Makefile   Fri Sep  3 12:35:08 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 16
+SUBLEVEL = 17
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -144,6 +144,10 @@
 
 ifdef CONFIG_PCI
 DRIVERS := $(DRIVERS) drivers/pci/pci.a
+endif
+
+ifdef CONFIG_PCMCIA
+DRIVERS := $(DRIVERS) drivers/pcmcia/pcmcia.o
 endif
 
 ifdef CONFIG_DIO


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