Skip to content

Commit

Permalink
arch/tile: add the <arch> headers to the set of installed kernel headers
Browse files Browse the repository at this point in the history
These headers are similar to the <asm> headers that describe kernel
APIs, but instead describe aspects of the actual hardware in an
OS- and application-independent manner.  We need to include them in
the set of installed headers so that userspace tools (including glibc)
can build purely from the provided kernel headers.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
Chris Metcalf committed Nov 3, 2011
1 parent f319d6e commit aeddea5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/tile/include/arch/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
header-y += abi.h
header-y += chip.h
header-y += chip_tile64.h
header-y += chip_tilegx.h
header-y += chip_tilepro.h
header-y += icache.h
header-y += interrupts.h
header-y += interrupts_32.h
header-y += interrupts_64.h
header-y += opcode.h
header-y += opcode_tilegx.h
header-y += opcode_tilepro.h
header-y += sim.h
header-y += sim_def.h
header-y += spr_def.h
header-y += spr_def_32.h
header-y += spr_def_64.h
2 changes: 2 additions & 0 deletions arch/tile/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include include/asm-generic/Kbuild.asm

header-y += ../arch/

header-y += ucontext.h
header-y += hardwall.h

Expand Down

0 comments on commit aeddea5

Please sign in to comment.