[zaptel-commits] tzafrir: branch 1.4 r3748 - in /branches/1.4: ./ wct4xxp/ wctc4xxp/ wctdm24xx...

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sun Jan 27 17:10:10 CST 2008


Author: tzafrir
Date: Sun Jan 27 17:10:09 2008
New Revision: 3748

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3748
Log:
* Include Kbuild from $(src).
* This is up to 2.6.9, not 2.6.8.

Modified:
    branches/1.4/Makefile
    branches/1.4/wct4xxp/Makefile
    branches/1.4/wctc4xxp/Makefile
    branches/1.4/wctdm24xxp/Makefile
    branches/1.4/wcte12xp/Makefile
    branches/1.4/xpp/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sun Jan 27 17:10:09 2008
@@ -6,9 +6,9 @@
 #
 
 ifneq ($(KBUILD_EXTMOD),)
-# We only get in here if we're from kernel 2.6 <= 2.6.8 and going through 
+# We only get in here if we're from kernel 2.6 <= 2.6.9 and going through 
 # Kbuild. Later versions will include Kbuild instead of Makefile.
-include Kbuild
+include $(src)/Kbuild
 
 else
 

Modified: branches/1.4/wct4xxp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/wct4xxp/Makefile (original)
+++ branches/1.4/wct4xxp/Makefile Sun Jan 27 17:10:09 2008
@@ -1,8 +1,8 @@
 ifneq ($(KBUILD_EXTMOD),)
-# We only get here on kernels 2.6.0-2.6.8 .
+# We only get here on kernels 2.6.0-2.6.9 .
 # For newer kernels, Kbuild will be included directly by the kernel
 # build system.
-include $(obj)/Kbuild
+include $(src)/Kbuild
 
 else
 

Modified: branches/1.4/wctc4xxp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctc4xxp/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/wctc4xxp/Makefile (original)
+++ branches/1.4/wctc4xxp/Makefile Sun Jan 27 17:10:09 2008
@@ -1,8 +1,8 @@
 ifneq ($(KBUILD_EXTMOD),)
-# We only get here on kernels 2.6.0-2.6.8 .
+# We only get here on kernels 2.6.0-2.6.9 .
 # For newer kernels, Kbuild will be included directly by the kernel
 # build system.
-include $(obj)/Kbuild
+include $(src)/Kbuild
 
 else
 

Modified: branches/1.4/wctdm24xxp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/wctdm24xxp/Makefile (original)
+++ branches/1.4/wctdm24xxp/Makefile Sun Jan 27 17:10:09 2008
@@ -1,5 +1,5 @@
 ifneq ($(KBUILD_EXTMOD),)
-# We only get here on kernels 2.6.0-2.6.8 .
+# We only get here on kernels 2.6.0-2.6.9 .
 # For newer kernels, Kbuild will be included directly by the kernel
 # build system.
 include $(src)/Kbuild

Modified: branches/1.4/wcte12xp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcte12xp/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/wcte12xp/Makefile (original)
+++ branches/1.4/wcte12xp/Makefile Sun Jan 27 17:10:09 2008
@@ -1,5 +1,5 @@
 ifneq ($(KBUILD_EXTMOD),)
-# We only get here on kernels 2.6.0-2.6.8 .
+# We only get here on kernels 2.6.0-2.6.9 .
 # For newer kernels, Kbuild will be included directly by the kernel
 # build system.
 include $(src)/Kbuild

Modified: branches/1.4/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/xpp/Makefile?view=diff&rev=3748&r1=3747&r2=3748
==============================================================================
--- branches/1.4/xpp/Makefile (original)
+++ branches/1.4/xpp/Makefile Sun Jan 27 17:10:09 2008
@@ -1,4 +1,4 @@
-# We only get here on kernels 2.6.0-2.6.8 .
+# We only get here on kernels 2.6.0-2.6.9 .
 # For newer kernels, Kbuild will be included directly by the kernel
 # build system.
 -include $(src)/Kbuild




More information about the zaptel-commits mailing list