From: Sam Ravnborg Date: Sun, 12 Mar 2006 21:54:34 +0000 (+0100) Subject: kbuild: fix genksyms build error X-Git-Tag: v2.6.17-rc1~733^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79c7b0923ff353d12194e83628bcca5a8606564;p=pandora-kernel.git kbuild: fix genksyms build error genksyms needs to know when a symbol must have a "_" prefex as is true for a few architectures. Pass $(ARCH) as commandline argument and hardcode what architectures that needs this info. Previous attemt to take it from elfconfig.h was br0ken since elfconfig.h is a generated file. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed