]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit399b835be30e8fdec6705fa9803f9fb8822c52ae
treebc35ff8c3927d3c8e40bf50e6c164ae28ab465c6
parent8e54701ea85b0ab0971637825a628f5aa2b678a4
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