aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-11-25 16:33:00 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-11-29 17:21:51 +0000
commitb80a7d7ed5dd321e5fce98836dffa79eb115eeb5 (patch)
treecec692f4058f444121a04ea14f52c6ca346370e9
parentd48fa01a3a9a50e13a007ad6fa0358f2f2c567a3 (diff)
scripts/update-linux-headers.sh: Pull in KVM headers for ARM
ARM now has KVM headers in the upstream kernel. XXX: can't commit this upstream until KVM lands, because we'll fail if the kernel we run against doesn't have the ARM headers. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xscripts/update-linux-headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 9d2a4bc4b4..7049e8b76b 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -28,7 +28,7 @@ if [ -z "$output" ]; then
output="$PWD"
fi
-for arch in x86 powerpc s390; do
+for arch in x86 powerpc s390 arm; do
make -C "$linux" INSTALL_HDR_PATH="$tmpdir" SRCARCH=$arch headers_install
rm -rf "$output/linux-headers/asm-$arch"