kbuild, deb-pkg: support overriding userland architecture
authorAsbjoern Sloth Toennesen <asbjorn@asbjorn.biz>
Sun, 12 Dec 2010 17:39:40 +0000 (17:39 +0000)
committerMichal Marek <mmarek@suse.cz>
Mon, 20 Dec 2010 15:52:31 +0000 (16:52 +0100)
commit55f88eccf9c288eed2f93f9ca7d7fe4dd2da762e
treea4338284ca8fdd6fde770b26e1f47a1608122d03
parent10f26fa64200095af0e5d80a980e47877865e4b7
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: <alpine.DEB.2.02.1011051437500.13287@aurora.sdinet.de>
Signed-off-by: Asbjoern Sloth Toennesen <asbjorn@asbjorn.biz>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Acked-by: maximilian attems <max@stro.at>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/kbuild/kbuild.txt
scripts/package/builddeb