kqemu: only compile kqemu.o if actually needed
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Apr 2009 19:25:43 +0000 (19:25 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Apr 2009 19:25:43 +0000 (19:25 +0000)
commit0ebbb15559815708114689efeac70674aad14528
tree4e7896bea5fc585aa6627eb725fcaee6ea5b52dd
parent344bb2a561b765497cfd3a4b5f4070114504c7d4
kqemu: only compile kqemu.o if actually needed

kqemu.o is compiled even if kqemu support is disabled. This is useless
(kqemu.o should provide nothing that is actually used in that case) and
slightly confusing. So introduce CONFIG_KQEMU for optionally compiling
kqemu.o.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7185 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
configure