diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2008-09-24 14:26:07 -0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-09-25 14:25:22 +0300 |
commit | 35bf248ec594035d3d23665fedf46c85f329f171 (patch) | |
tree | 854915d0be1a929b9658c167115a20c9c9e1cade /configure | |
parent | ef4fa7f68f5287ca5c7da08a9d1e8095ecb467f0 (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-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |