diff options
author | Avi Kivity <avi@redhat.com> | 2008-09-25 16:23:18 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-09-25 16:23:18 +0300 |
commit | 800e7a37ca9ace991a6a36a0046551ec30ec3b9c (patch) | |
tree | e5192acf07f3afe5b015962f553cd1423429da27 /configure | |
parent | a472aedbd2d29912626c5c01e8c9e4831ae044fe (diff) |
kvm: external module: adjust KVM_TRACE support to account for host kernel
If the host kernel has CONFIG_KVM_TRACE defined but the external module
does not, we get a mixed build and the modules won't load. Fix by defining
a new, independent EXT_CONFIG_KVM_TRACE and overriding the host kernel's
version according to that.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,5 +138,5 @@ OBJCOPY=$cross_prefix$objcopy EOF cat <<EOF > kernel/config.kbuild -CONFIG_KVM_TRACE=$kvm_trace +EXT_CONFIG_KVM_TRACE=$kvm_trace EOF |