aboutsummaryrefslogtreecommitdiff
path: root/linux-headers
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-06-08 18:22:17 +0200
committerMarcelo Tosatti <mtosatti@redhat.com>2011-06-20 15:12:22 -0300
commit87fdd47668895c2eb968000aa82eaa3b2cbaff63 (patch)
tree8a0d1acdd02b565055527f76e2e1808d0eeb7071 /linux-headers
parent42cc8fa620cbc73e349e96d84cf46469e828ec34 (diff)
Add kernel header update script
This helper pulls the required kernel headers for KVM and vhost into a specified directory. The update is triggered via scripts/update-linux-headers.sh LINUX_PATH and will place the output under linux-headers/linux and linux-headers/asm-*. It also imports the COPYING to care for headers without an explicit license. CC: Alexander Graf <agraf@suse.de> CC: Christoph Hellwig <hch@lst.de> CC: Peter Maydell <peter.maydell@linaro.org> CC: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'linux-headers')
-rw-r--r--linux-headers/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/README b/linux-headers/README
new file mode 100644
index 0000000000..5c9026b3da
--- /dev/null
+++ b/linux-headers/README
@@ -0,0 +1,2 @@
+Automatically imported Linux kernel headers.
+Only use scripts/update-linux-headers.sh to update!