]> 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)
commite8648db94a94aa8db368c71c03f01e9a3bb5bd4b
treed0bf7a95aefcda8bd7b7390435534e67dad97fcd
parent4eedc86fb5fa2a8c7bc6cde9105a3e4d3ba82f61
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