]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5aacbac132bedbcc1c89f9d055d9bb8040d2a583
treea340add3769a22fa76066ef1b0fe3b12e9b28b97
parentbd357e7dc9d01ba8202b85f0d1e3ef101ce16379
kbuild: Use relative path for $(objtree)

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