patch-2.3.20 linux/drivers/Makefile
Next file: linux/drivers/atm/Config.in
Previous file: linux/arch/sparc64/kernel/pci.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Thu Oct 7 14:53:43 1999
- Orig file:
v2.3.19/linux/drivers/Makefile
- Orig date:
Tue Sep 7 12:14:06 1999
diff -u --recursive --new-file v2.3.19/linux/drivers/Makefile linux/drivers/Makefile
@@ -11,7 +11,7 @@
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sbus cdrom isdn pnp i2o \
macintosh video dio zorro fc4 usb \
- nubus tc ap1000 atm
+ nubus tc ap1000 atm pcmcia
ifdef CONFIG_DIO
SUB_DIRS += dio
@@ -22,8 +22,12 @@
SUB_DIRS += pci
endif
-ifdef CONFIG_PCMCIA
+ifeq ($(CONFIG_PCMCIA),y)
SUB_DIRS += pcmcia
+else
+ ifeq ($(CONFIG_PCMCIA),m)
+ MOD_SUB_DIRS += pcmcia
+ endif
endif
ifdef CONFIG_SBUS
@@ -117,7 +121,6 @@
ifeq ($(CONFIG_AP1000),y)
SUB_DIRS += ap1000
-ALL_SUB_DIRS += ap1000
endif
ifeq ($(CONFIG_FC4),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)