patch-2.3.14 linux/drivers/isdn/Makefile
Next file: linux/drivers/isdn/avmb1/Makefile
Previous file: linux/drivers/isdn/Config.in
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Thu Aug 12 09:42:33 1999
- Orig file:
v2.3.13/linux/drivers/isdn/Makefile
- Orig date:
Sun May 23 10:03:41 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/isdn/Makefile linux/drivers/isdn/Makefile
@@ -1,6 +1,6 @@
SUB_DIRS :=
MOD_SUB_DIRS :=
-ALL_SUB_DIRS := icn pcbit hisax avmb1 act2000 eicon
+ALL_SUB_DIRS := icn pcbit hisax avmb1 act2000 eicon divert
L_OBJS :=
LX_OBJS :=
@@ -24,6 +24,9 @@
endif
ifdef CONFIG_ISDN_AUDIO
L_OBJS += isdn_audio.o
+ ifdef CONFIG_ISDN_TTY_FAX
+ L_OBJS += isdn_ttyfax.o
+ endif
endif
else
ifeq ($(CONFIG_ISDN),m)
@@ -41,8 +44,17 @@
endif
ifdef CONFIG_ISDN_AUDIO
O_OBJS += isdn_audio.o
+ ifdef CONFIG_ISDN_TTY_FAX
+ O_OBJS += isdn_ttyfax.o
+ endif
endif
endif
+endif
+
+ifeq ($(CONFIG_ISDN_DIVERSION),y)
+ ifeq ($(CONFIG_MODULES),y)
+ MOD_SUB_DIRS += divert
+ endif
endif
ifeq ($(CONFIG_ISDN_DRV_HISAX),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)