kvm: external module: test for EXT_CONFIG_KVM_TRACE instead of CONFIG_KVM_TRACE
commitcc236a0f56c9c1214f5dd58621d352508a5850ce
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 24 Oct 2008 17:28:24 +0000 (24 15:28 -0200)
committerAvi Kivity <avi@redhat.com>
Sun, 26 Oct 2008 15:41:39 +0000 (26 17:41 +0200)
treea64523d154350b59bc3a04fa5e55b2ec8a88d90a
parentec062a38e5e21f56d0aa997e1a7d8a5518a9e8ac
kvm: external module: test for EXT_CONFIG_KVM_TRACE instead of CONFIG_KVM_TRACE

This patch complements 800e7a37ca9ace991a6a36a0046551ec30ec3b9c
(kvm: external module: adjust KVM_TRACE support to account for host kernel).

The config variable defined on config.kbuild was renamed to
EXT_CONFIG_KVM_TRACE, but the check for the configure setting on
kernel/Makefile was not changed to the new name, making the build system
try to compile kvm_trace.c without -DEXT_CONFIG_KVM_TRACE=y, if
building using --with-kvm-trace.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
kvm/kernel/Makefile