aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-03-27 22:35:11 +0100
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:33:25 +0200
commit2493d3e28a22087116158249d79410fd355d1e83 (patch)
tree4a67f2aaf6b87ba3cad2fd6d12300aac618813d8 /arch/cris/include/uapi/asm/Kbuild
parentCRIS: don't make asm/elf.h depend on asm/user.h (diff)
downloadlinux-dev-2493d3e28a22087116158249d79410fd355d1e83.tar.xz
linux-dev-2493d3e28a22087116158249d79410fd355d1e83.zip
CRIS: UAPI: fix elf.h export
CRIS userspace (uClibc for one) expects asm/elf.h to be exported but this header appears to have gone missing at some point. Move it to uapi/ and export it. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/uapi/asm/Kbuild')
-rw-r--r--arch/cris/include/uapi/asm/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild
index 8443dc81f19b..d5564a0ae66a 100644
--- a/arch/cris/include/uapi/asm/Kbuild
+++ b/arch/cris/include/uapi/asm/Kbuild
@@ -6,6 +6,9 @@ header-y += ../arch-v32/arch/
header-y += auxvec.h
header-y += bitsperlong.h
header-y += byteorder.h
+header-y += elf.h
+header-y += elf_v10.h
+header-y += elf_v32.h
header-y += errno.h
header-y += ethernet.h
header-y += etraxgpio.h