1. 18 Jun, 2006 2 commits
    • David Woodhouse's avatar
      Basic implementation of 'make headers_check' · 68475359
      David Woodhouse authored
      Based on the 'headers_install' target, this performs a basic sanity check
      on the exported headers -- so far only checking that they do not include
      any other headers which aren't selected for import, but easily extendable.
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      68475359
    • David Woodhouse's avatar
      Basic implementation of 'make headers_install' · 8d730cfb
      David Woodhouse authored
      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>
      8d730cfb
  2. 14 Jun, 2006 1 commit
  3. 02 Jun, 2006 1 commit
  4. 01 Jun, 2006 1 commit
  5. 24 May, 2006 1 commit
  6. 23 May, 2006 22 commits
  7. 22 May, 2006 11 commits
  8. 21 May, 2006 1 commit