kvm: external module: always generate config.kbuild
commit0ad7880a64ee1dafbd5f5d6224b8d9b53b50b4ce
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 24 Sep 2008 17:26:07 +0000 (24 14:26 -0300)
committerAvi Kivity <avi@redhat.com>
Thu, 25 Sep 2008 11:25:22 +0000 (25 14:25 +0300)
treed35542a4023666195f06420611179a98d36c57b1
parent7f3d0cbe252eae715cbfa698146e30f408c289fe
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>
kvm/configure