diff options
| author | Chris Metcalf <cmetcalf@tilera.com> | 2011-11-02 22:33:07 -0400 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-11-03 16:58:48 -0400 |
| commit | aeddea5d37d86d38c7a347110d8a052e9f45d955 (patch) | |
| tree | 61ae9fde092747dc5525262fac2a3b35fbe02203 | |
| parent | f319d6e238a25d84af530a6a2526525c7041463f (diff) | |
arch/tile: add the <arch> headers to the set of installed kernel headers
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>
| -rw-r--r-- | arch/tile/include/arch/Kbuild | 17 | ||||
| -rw-r--r-- | arch/tile/include/asm/Kbuild | 2 |
2 files changed, 19 insertions, 0 deletions
diff --git a/arch/tile/include/arch/Kbuild b/arch/tile/include/arch/Kbuild new file mode 100644 index 000000000000..9c0ea24cc948 --- /dev/null +++ b/arch/tile/include/arch/Kbuild | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | header-y += abi.h | ||
| 2 | header-y += chip.h | ||
| 3 | header-y += chip_tile64.h | ||
| 4 | header-y += chip_tilegx.h | ||
| 5 | header-y += chip_tilepro.h | ||
| 6 | header-y += icache.h | ||
| 7 | header-y += interrupts.h | ||
| 8 | header-y += interrupts_32.h | ||
| 9 | header-y += interrupts_64.h | ||
| 10 | header-y += opcode.h | ||
| 11 | header-y += opcode_tilegx.h | ||
| 12 | header-y += opcode_tilepro.h | ||
| 13 | header-y += sim.h | ||
| 14 | header-y += sim_def.h | ||
| 15 | header-y += spr_def.h | ||
| 16 | header-y += spr_def_32.h | ||
| 17 | header-y += spr_def_64.h | ||
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index aec60dc06007..0bb42642343a 100644 --- a/arch/tile/include/asm/Kbuild +++ b/arch/tile/include/asm/Kbuild | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
| 2 | 2 | ||
| 3 | header-y += ../arch/ | ||
| 4 | |||
| 3 | header-y += ucontext.h | 5 | header-y += ucontext.h |
| 4 | header-y += hardwall.h | 6 | header-y += hardwall.h |
| 5 | 7 | ||
