summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2008-09-24 14:26:07 -0300
committerAvi Kivity <avi@redhat.com>2008-09-25 14:25:22 +0300
commit35bf248ec594035d3d23665fedf46c85f329f171 (patch)
tree854915d0be1a929b9658c167115a20c9c9e1cade /configure
parentef4fa7f68f5287ca5c7da08a9d1e8095ecb467f0 (diff)
kvm: external module: always generate config.kbuild
When implementing --with-kvm-trace, I supposed make would never enter the 'kernel' directory when compiling with --with-patched-kernel. I was wrong and broke --with-patched-kernel. Change configure to always generate config.kbuild on the kernel directory. Otherwise make will explode on 'make header-sync', that runs even when --with-patched-kernel was used. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 78c2f9cf..3b27364c 100755
--- a/configure
+++ b/configure
@@ -137,8 +137,6 @@ LD=$cross_prefix$ld
OBJCOPY=$cross_prefix$objcopy
EOF
-if [ -n "$want_module" ];then
cat <<EOF > kernel/config.kbuild
CONFIG_KVM_TRACE=$kvm_trace
EOF
-fi