commit | b55f546eefe79cb6e6b15ebb23f352a736bafc39 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Oct 22 12:54:39 2012 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Oct 30 23:39:53 2012 -0200 |
tree | d30c1edd80d4ab6e18afb195083dfabe3c2af8c1 | |
parent | 12869995ea4f436ab76af5059fd2e9ae83c6cf9d [diff] |
update-linux-headers.sh: Handle new kernel uapi/ directories Recent kernels have moved to keeping the userspace headers in uapi/ subdirectories. This breaks the detection of whether an architecture has KVM support in the kernel because kvm.h has moved in the kernel source tree. Update the check to support both the old and new locations. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>