summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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