]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: add a symlink to the source for separate objdirs
authorAndi Kleen <andi@firstfloor.org>
Sat, 3 Jan 2009 02:21:42 +0000 (03:21 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 7 Jan 2009 20:44:22 +0000 (21:44 +0100)
commit591bd89939aa77f0cafb04ebb9f9be3d13e7ce43
treebc35ff8c3927d3c8e40bf50e6c164ae28ab465c6
parent84a2d866026ee2a01cf336e1afc3b144b6e049bc
kbuild: add a symlink to the source for separate objdirs

I have some scripts which need to map back to the source directory
from an objdir. This was so far done by parsing the Makefile,
but the Makefile format changes occasionally and breaks my scripts
then.

To make this more reliable add a "source" symlink back.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile