[zaptel-commits] mattf: branch 1.2 r2926 - /branches/1.2/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Aug 21 13:55:44 CDT 2007
Author: mattf
Date: Tue Aug 21 13:55:44 2007
New Revision: 2926
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2926
Log:
Make sure 1.2 wctdm24xxp builds on 2.4 kernels
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2926&r1=2925&r2=2926
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Tue Aug 21 13:55:44 2007
@@ -220,7 +220,7 @@
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 @@
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
More information about the zaptel-commits
mailing list