diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-06-08 18:22:17 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2011-06-20 15:12:22 -0300 |
commit | 87fdd47668895c2eb968000aa82eaa3b2cbaff63 (patch) | |
tree | 8a0d1acdd02b565055527f76e2e1808d0eeb7071 /linux-headers | |
parent | 42cc8fa620cbc73e349e96d84cf46469e828ec34 (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/README | 2 |
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! |