]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Cleanup ARCH & uname_M in Makefile
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 4 Jul 2012 13:18:58 +0000 (23:18 +1000)
committerPekka Enberg <penberg@kernel.org>
Wed, 4 Jul 2012 14:12:20 +0000 (17:12 +0300)
commitd817eef41fcd32fbbc11619f17f9b60482f15c12
tree08245e48e5feb74ae87ebb7642ce50d9eea48b41
parent9f4754d0cbb0e7c1db165212840a80494d7448de
kvm tools: Cleanup ARCH & uname_M in Makefile

The sed expression for ARCH seems to have been cribbed from the top-level
kernel Makefile, and includes lots of architectures kvmtool doesn't
support - strip it down.

Also call uname -m directly there and get rid of uname_M.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile