commit | 2d6ebb0c2c4152545677ce92ccd4684eb20b931a | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Apr 18 19:25:43 2009 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Apr 18 19:25:43 2009 +0000 |
tree | 4e7896bea5fc585aa6627eb725fcaee6ea5b52dd | |
parent | e5289087edbb66ac02729211ec46cfb7acbd5f1c [diff] |
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