]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea899ab817bb476c4f4ddf0dc97755eae4d87f73
treed0bf7a95aefcda8bd7b7390435534e67dad97fcd
parent5aacbac132bedbcc1c89f9d055d9bb8040d2a583
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