summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c3746b..fe818d3 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,13 @@ MODULES:=zaptel tor2 torisa wcusb wcfxo wctdm \
ifeq ($(BUILDVER),linux26)
MODULES+=ztdummy zttranscode
endif
+
+# for building extra modules in this directory without editing the
+# Makefiles:
+# running: make MODULES_EXTRA=mod1 mod2 subdir1/ subdir2/"
+# "subdir/" only works with kernel 2.6.
+MODULES+=$(MODULES_EXTRA)
+
MODULE_ALIASES=wcfxs wctdm8xxp wct2xxp
MODULESO:=$(MODULES:%=%.o)