patch-2.3.17 linux/Makefile
Next file: linux/arch/alpha/kernel/Makefile
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 3 12:35:08 1999
- Orig file:
v2.3.16/linux/Makefile
- Orig date:
Tue Aug 31 17:29:12 1999
diff -u --recursive --new-file v2.3.16/linux/Makefile linux/Makefile
@@ -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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)