[svn-commits] sruffell: linux/trunk r6553 - /linux/trunk/drivers/dahdi/voicebus/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 1 11:43:05 CDT 2009


Author: sruffell
Date: Fri May  1 11:43:02 2009
New Revision: 6553

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6553
Log:
voicebus:  Need Makefile to build on 2.6.9

DAHDI-253

Added:
    linux/trunk/drivers/dahdi/voicebus/Makefile   (with props)

Added: linux/trunk/drivers/dahdi/voicebus/Makefile
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/voicebus/Makefile?view=auto&rev=6553
==============================================================================
--- linux/trunk/drivers/dahdi/voicebus/Makefile (added)
+++ linux/trunk/drivers/dahdi/voicebus/Makefile Fri May  1 11:43:02 2009
@@ -1,0 +1,6 @@
+ifdef KBUILD_EXTMOD
+# 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
+endif

Propchange: linux/trunk/drivers/dahdi/voicebus/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: linux/trunk/drivers/dahdi/voicebus/Makefile
------------------------------------------------------------------------------
    svn:keywords = 'Author Date Id Revision'

Propchange: linux/trunk/drivers/dahdi/voicebus/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list