summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm
diff options
context:
space:
mode:
authorChris Metcalf2011-11-03 03:33:07 +0100
committerChris Metcalf2011-11-03 21:58:48 +0100
commitaeddea5d37d86d38c7a347110d8a052e9f45d955 (patch)
tree61ae9fde092747dc5525262fac2a3b35fbe02203 /arch/tile/include/asm
parentarch/tile: avoid exporting a symbol no longer used by gcc (diff)
downloadkernel-qcow2-linux-aeddea5d37d86d38c7a347110d8a052e9f45d955.tar.gz
kernel-qcow2-linux-aeddea5d37d86d38c7a347110d8a052e9f45d955.tar.xz
kernel-qcow2-linux-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/asm')
-rw-r--r--arch/tile/include/asm/Kbuild2
1 files changed, 2 insertions, 0 deletions
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 @@
include include/asm-generic/Kbuild.asm
+header-y += ../arch/
+
header-y += ucontext.h
header-y += hardwall.h