diff options
author | Rabin Vincent <rabin@rab.in> | 2015-03-28 00:35:11 +0300 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-05 01:33:25 +0300 |
commit | 2493d3e28a22087116158249d79410fd355d1e83 (patch) | |
tree | 4a67f2aaf6b87ba3cad2fd6d12300aac618813d8 /arch/cris/include/uapi/asm/Kbuild | |
parent | 3a79a075375cebb672ddaea7896378afa0203e87 (diff) | |
download | linux-2493d3e28a22087116158249d79410fd355d1e83.tar.xz |
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/Kbuild | 3 |
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 |