patch-2.2.12 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: 20
- Date:
Wed Aug 25 17:29:47 1999
- Orig file:
v2.2.11/linux/drivers/isdn/Makefile
- Orig date:
Mon Aug 9 16:05:55 1999
diff -u --recursive --new-file v2.2.11/linux/drivers/isdn/Makefile linux/drivers/isdn/Makefile
@@ -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,6 +44,9 @@
endif
ifdef CONFIG_ISDN_AUDIO
O_OBJS += isdn_audio.o
+ ifdef CONFIG_ISDN_TTY_FAX
+ O_OBJS += isdn_ttyfax.o
+ endif
endif
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)