From: Chris Metcalf Date: Sun, 15 Aug 2010 19:01:45 +0000 (-0400) Subject: arch/tile: don't validate CROSS_COMPILE needlessly X-Git-Tag: v2.6.36-rc1~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5854dd7f30c3849edf9b9711362e2dd51d3f855;p=pandora-kernel.git arch/tile: don't validate CROSS_COMPILE needlessly With this change, the arch/tile Makefile will only check for a valid combination of CROSS_COMPILE vs "uname -m" for a few common targets that are typically the ones we get wrong (vmlinux, all, and modules). The change handles the case of an empty "make" goal like "make all". Signed-off-by: Chris Metcalf Reviewed-by: Sam Ravnborg --- Reading git-diff-tree failed