]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - Makefile
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)
commit7e1c04779efd51154baf652e653ceb24ce68939b
treea340add3769a22fa76066ef1b0fe3b12e9b28b97
parentfb916b42f3963dd32ed3c514afcc575d9e19db93
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