patch-2.3.46 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: 19
- Date:
Tue Feb 15 11:40:42 2000
- Orig file:
v2.3.45/linux/drivers/isdn/Makefile
- Orig date:
Thu Aug 12 09:42:33 1999
diff -u --recursive --new-file v2.3.45/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 divert
+ALL_SUB_DIRS := icn pcbit hisax avmb1 act2000 eicon divert hysdn
L_OBJS :=
LX_OBJS :=
@@ -135,6 +135,10 @@
ifeq ($(CONFIG_ISDN_DRV_EICON),m)
MOD_SUB_DIRS += eicon
endif
+endif
+
+ifeq ($(CONFIG_HYSDN),y)
+ MOD_SUB_DIRS += hysdn
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)