summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2008-09-25 16:23:18 +0300
committerAvi Kivity <avi@redhat.com>2008-09-25 16:23:18 +0300
commit800e7a37ca9ace991a6a36a0046551ec30ec3b9c (patch)
treee5192acf07f3afe5b015962f553cd1423429da27 /configure
parenta472aedbd2d29912626c5c01e8c9e4831ae044fe (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3b27364c..f6727bf0 100755
--- a/configure
+++ b/configure
@@ -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