From 399b835be30e8fdec6705fa9803f9fb8822c52ae Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 3 Jan 2009 03:21:42 +0100 Subject: [PATCH] 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 Signed-off-by: Sam Ravnborg --- Reading git-format-patch failed