summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-05-01 16:43:02 +0000
committerShaun Ruffell <sruffell@digium.com>2009-05-01 16:43:02 +0000
commit1432a4f8302162ccfc054788500c3606a2f075c8 (patch)
tree757b3ca304c6b59d2a894844714e0766210e3779
parente2f1839611ef373c02d34f6d0dd09c76611bf3db (diff)
voicebus: Need Makefile to build on 2.6.9
DAHDI-253 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6553 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/voicebus/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dahdi/voicebus/Makefile b/drivers/dahdi/voicebus/Makefile
new file mode 100644
index 0000000..aed8dfc
--- /dev/null
+++ b/drivers/dahdi/voicebus/Makefile
@@ -0,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