summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-11-19 21:25:01 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-11-19 21:25:01 +0000
commit5896293e9bc28d4c5fd6b877d4dd2101e520d451 (patch)
tree0a44eba2ab15afddc9452271baac217d6ec7fabe /drivers/dahdi/wcb4xxp
parente926ace8e5e1a99924e02ae5733fcc32d30fa413 (diff)
support wcb4xxp build on kernels that don't directly use Kbuild
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5335 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcb4xxp')
-rw-r--r--drivers/dahdi/wcb4xxp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dahdi/wcb4xxp/Makefile b/drivers/dahdi/wcb4xxp/Makefile
new file mode 100644
index 0000000..866fdae
--- /dev/null
+++ b/drivers/dahdi/wcb4xxp/Makefile
@@ -0,0 +1,7 @@
+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
+else
+endif