patch-2.4.0-test3 linux/drivers/isdn/avmb1/Makefile
Next file: linux/drivers/isdn/avmb1/b1.c
Previous file: linux/drivers/ieee1394/video1394.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Jun 29 11:37:15 2000
- Orig file:
v2.4.0-test2/linux/drivers/isdn/avmb1/Makefile
- Orig date:
Mon Mar 27 08:08:24 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/isdn/avmb1/Makefile linux/drivers/isdn/avmb1/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.16 2000/03/17 12:15:44 calle Exp $
+# $Id: Makefile,v 1.18 2000/04/03 16:39:25 calle Exp $
#
# Makefile for the CAPI and AVM-B1 device drivers.
#
@@ -146,6 +146,11 @@
endif
ifdef CONFIG_ISDN_DRV_AVMB1_B1PCMCIA
OX_OBJS += b1pcmcia.o
+ ifeq ($(CONFIG_HOTPLUG),y)
+ ifneq ($(CONFIG_PCMCIA),n)
+ M_OBJS += avm_cs.o
+ endif
+ endif
endif
ifdef CONFIG_ISDN_DRV_AVMB1_T1PCI
O_OBJS += t1pci.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)