summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-21 18:55:44 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-21 18:55:44 +0000
commit0396c40aa67f40c5f873eb56c30fded6d30b87f8 (patch)
treedb5966c94b1222c2176b7f6e84255e2f321698b2 /Makefile
parent0c9ef5638b491cea7d32b722d6e224fc696fdbbf (diff)
Make sure 1.2 wctdm24xxp builds on 2.4 kernels
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2926 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de87bec..2b7e1ea 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ utils: $(BINS)
libs: $(LIBTONEZONE_SO)
ifeq ($(BUILDVER),linux24)
-modules: prereq $(MODULESO) wct4xxp/wct4xxp.o
+modules: prereq $(MODULESO) wct4xxp/wct4xxp.o wctdm24xxp/wctdm24xxp.o
else
modules: prereq
ifeq (,$(wildcard $(KSRC)/.config))
@@ -451,6 +451,7 @@ ifeq ($(BUILDVER),linux26)
else
install -d $(DESTDIR)$(MODS_DIR)
install -m 644 $(MODULESO) wct4xxp/wct4xxp.o $(DESTDIR)$(MODS_DIR)
+ install -m 644 $(MODULESO) wctdm24xxp/wctdm24xxp.o $(DESTDIR)$(MODS_DIR)
endif
ifeq (,$(wildcard wcfxsusb.o))
rm -f $(DESTDIR)$(MODS_DIR)/wcfxsusb.o