From 1432a4f8302162ccfc054788500c3606a2f075c8 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Fri, 1 May 2009 16:43:02 +0000 Subject: 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 --- drivers/dahdi/voicebus/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/dahdi/voicebus/Makefile 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 -- cgit v1.2.3