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)
commit2d6ebb0c2c4152545677ce92ccd4684eb20b931a
tree4e7896bea5fc585aa6627eb725fcaee6ea5b52dd
parente5289087edbb66ac02729211ec46cfb7acbd5f1c
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