From: Sam Ravnborg Date: Sat, 10 Sep 2005 19:02:11 +0000 (+0200) Subject: kbuild: add objectify X-Git-Tag: v2.6.14-rc1~129^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a504f259c90fb41d3495d490fc9dbe2530c8749;p=pandora-kernel.git kbuild: add objectify Use foo := $(call objectify, $(foo)) to prefix $(foo) with $(obj)/ unless $(foo) is an absolute path. For now no in-tree users - soon to come. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed