kbuild: Use relative path for $(objtree)
authorMichal Marek <mmarek@suse.cz>
Fri, 25 Apr 2014 15:29:45 +0000 (17:29 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 14 May 2014 20:43:04 +0000 (22:43 +0200)
The main Makefile sets its working directory to the object tree and
never changes it again. Therefore, we can use '.' instead of the
absolute path. The only case where we need the absolute path is when
creating the 'build' symlink in /lib/modules.

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

diff --cc Makefile
Simple merge