aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/arch/Kbuild
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2011-11-02 22:33:07 -0400
committerChris Metcalf <cmetcalf@tilera.com>2011-11-03 16:58:48 -0400
commitaeddea5d37d86d38c7a347110d8a052e9f45d955 (patch)
tree61ae9fde092747dc5525262fac2a3b35fbe02203 /arch/tile/include/arch/Kbuild
parentarch/tile: avoid exporting a symbol no longer used by gcc (diff)
downloadlinux-dev-aeddea5d37d86d38c7a347110d8a052e9f45d955.tar.xz
linux-dev-aeddea5d37d86d38c7a347110d8a052e9f45d955.zip
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>
Diffstat (limited to 'arch/tile/include/arch/Kbuild')
-rw-r--r--arch/tile/include/arch/Kbuild17
1 files changed, 17 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 @@
+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