kbuild: Use relative path when building in the source tree
authorMichal Marek <mmarek@suse.cz>
Fri, 25 Apr 2014 15:36:14 +0000 (17:36 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 14 May 2014 20:43:05 +0000 (22:43 +0200)
commit890676c65d699db3ad82e7dddd0cf8fb449031af
treed0bf7a95aefcda8bd7b7390435534e67dad97fcd
parent7e1c04779efd51154baf652e653ceb24ce68939b
kbuild: Use relative path when building in the source tree

When not using O=, $(srctree) refers to the same directory as
$(objtree), so we can set it to '.' as well. This makes the default
include path more compact and results in more readable messages from the
compiler. The only case where we need the absolute path is when creating
the 'source' symlink in /lib/modules.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile