From: Asbjoern Sloth Toennesen Date: Sun, 12 Dec 2010 17:39:40 +0000 (+0000) Subject: kbuild, deb-pkg: support overriding userland architecture X-Git-Tag: v2.6.38-rc1~438^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f88eccf9c288eed2f93f9ca7d7fe4dd2da762e;p=pandora-kernel.git kbuild, deb-pkg: support overriding userland architecture Usefull if building for sparc64 userland, because the sparc and sparc64 userlands use the same 64-bit kernel, making it impossible to always select the correct userland architecture for the resulting debian package. Might also be usefull, if you want a i386 userland with a amd64 kernel. Example usage: make KBUILD_DEBARCH=i386 deb-pkg LKML-reference: Signed-off-by: Asbjoern Sloth Toennesen Reviewed-by: WANG Cong Acked-by: maximilian attems Signed-off-by: Michal Marek --- Reading git-diff-tree failed