summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/Makefile')
-rw-r--r--drivers/isdn/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/isdn/Makefile b/drivers/isdn/Makefile
index 04be19f9c..c94551716 100644
--- a/drivers/isdn/Makefile
+++ b/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 :=
@@ -137,5 +137,9 @@ else
endif
endif
+ifeq ($(CONFIG_HYSDN),y)
+ MOD_SUB_DIRS += hysdn
+endif
+
include $(TOPDIR)/Rules.make