From: Aaron Brooks Date: Mon, 27 Feb 2006 03:25:46 +0000 (-0500) Subject: kbuild: make namespace.pl CROSS_COMPILE happy X-Git-Tag: v2.6.17-rc1~733^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a25f0b19f2eefd158955ab809c8947ed8feadf1;p=pandora-kernel.git kbuild: make namespace.pl CROSS_COMPILE happy Using the fixed path to /usr/bin/{nm,objdump} does not allow CROSS_COMPILE environments to use namespace.pl. This patch causes namespace.pl to use $NM and $OBJDUMP if defined or fall back to the nm and objdump found in the path. Signed-off-by: Aaron Brooks Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed