Skip to content
Snippets Groups Projects
Commit 8d730cfb authored by David Woodhouse's avatar David Woodhouse
Browse files

Basic implementation of 'make headers_install'


This adds a make target which exports a subset of headers which contain
definitions which are useful for system libraries and tools. It uses the
BSD 'unifdef' tool to remove instances of #ifdef __KERNEL__, and uses
sed to remove markers like __user.

Based on an original implementation by Arnd Bergmann <arnd@arndb.de>
Hacked about by David Woodhouse <dwmw2@infradead.org>
Reviewed and cleaned up by Sam Ravnborg <sam@ravnborg.org>

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 9348f0de
No related branches found
Tags v2.6.24-rc2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment