patch-2.4.15 linux/drivers/pcmcia/Makefile
Next file: linux/drivers/pcmcia/cardbus.c
Previous file: linux/drivers/pcmcia/Config.in
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Nov 12 09:39:01 2001
- Orig file:
v2.4.14/linux/drivers/pcmcia/Makefile
- Orig date:
Mon Nov 5 15:55:31 2001
diff -u --recursive --new-file v2.4.14/linux/drivers/pcmcia/Makefile linux/drivers/pcmcia/Makefile
@@ -10,7 +10,7 @@
O_TARGET := pcmcia.o
-export-objs := ds.o cs.o cb_enabler.o yenta.o pci_socket.o
+export-objs := ds.o cs.o yenta.o pci_socket.o
list-multi := pcmcia_core.o yenta_socket.o
@@ -24,7 +24,7 @@
ifeq ($(CONFIG_PCMCIA),y)
obj-y := cistpl.o rsrc_mgr.o bulkmem.o ds.o cs.o
ifeq ($(CONFIG_CARDBUS),y)
- obj-y += cardbus.o cb_enabler.o yenta.o pci_socket.o
+ obj-y += cardbus.o yenta.o pci_socket.o
endif
ifeq ($(CONFIG_I82365),y)
obj-y += i82365.o
@@ -54,7 +54,7 @@
obj-m += hd64465_ss.o
endif
ifeq ($(CONFIG_CARDBUS),y)
- obj-m += yenta_socket.o cb_enabler.o
+ obj-m += yenta_socket.o
endif
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)