From 7b327e36fec2f171988306e7bc72b4c1ac22e5ce Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 27 Jan 2008 23:10:09 +0000 Subject: * Include Kbuild from $(src). * This is up to 2.6.9, not 2.6.8. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3748 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93d89ca..0f01537 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ # ifneq ($(KBUILD_EXTMOD),) -# We only get in here if we're from kernel 2.6 <= 2.6.8 and going through +# We only get in here if we're from kernel 2.6 <= 2.6.9 and going through # Kbuild. Later versions will include Kbuild instead of Makefile. -include Kbuild +include $(src)/Kbuild else -- cgit v1.2.3