patch-2.3.18 linux/Makefile
Next file: linux/arch/alpha/kernel/smp.c
Previous file: linux/Documentation/ioctl-number.txt
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Sep 9 17:14:38 1999
- Orig file:
v2.3.17/linux/Makefile
- Orig date:
Tue Sep 7 12:14:05 1999
diff -u --recursive --new-file v2.3.17/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 17
+SUBLEVEL = 18
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -148,6 +148,7 @@
ifdef CONFIG_PCMCIA
DRIVERS := $(DRIVERS) drivers/pcmcia/pcmcia.o
+DRIVERS := $(DRIVERS) drivers/net/pcmcia/pcmcia_net.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)