patch-pre2.0.6 linux/drivers/isdn/Makefile

Next file: linux/drivers/isdn/icn/icn.c
Previous file: linux/drivers/isdn/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.5/linux/drivers/isdn/Makefile linux/drivers/isdn/Makefile
@@ -18,6 +18,9 @@
   ifdef CONFIG_ISDN_PPP
     L_OBJS += isdn_ppp.o
   endif
+  ifdef CONFIG_ISDN_AUDIO
+    L_OBJS += isdn_audio.o
+  endif
 else
   ifeq ($(CONFIG_ISDN),m)
     M_OBJS += isdn.o
@@ -26,6 +29,9 @@
     OX_OBJS += isdn_common.o
     ifdef CONFIG_ISDN_PPP
       O_OBJS += isdn_ppp.o
+    endif
+    ifdef CONFIG_ISDN_AUDIO
+      O_OBJS += isdn_audio.o
     endif
   endif
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this