patch-2.4.2 linux/drivers/pcmcia/Makefile
Next file: linux/drivers/pcmcia/bulkmem.c
Previous file: linux/drivers/pcmcia/Config.in
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Feb 16 16:02:36 2001
- Orig file:
v2.4.1/linux/drivers/pcmcia/Makefile
- Orig date:
Fri Dec 29 14:07:22 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/pcmcia/Makefile linux/drivers/pcmcia/Makefile
@@ -32,6 +32,9 @@
ifeq ($(CONFIG_TCIC),y)
obj-y += tcic.o
endif
+ ifeq ($(CONFIG_HD64465_PCMCIA),y)
+ obj-y += hd64465_ss.o
+ endif
else
ifeq ($(CONFIG_PCMCIA),m)
obj-m := pcmcia_core.o ds.o
@@ -40,6 +43,9 @@
endif
ifeq ($(CONFIG_TCIC),y)
obj-m += tcic.o
+ endif
+ ifeq ($(CONFIG_HD64465_PCMCIA),m)
+ obj-m += hd64465_ss.o
endif
ifeq ($(CONFIG_CARDBUS),y)
obj-m += yenta_socket.o cb_enabler.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)