scripts: headers_install: Add sigcontext.h into the bypass list
sigcontext.h is having the CONFIG_64BIT addition due to the way we are exporting the headers to userspace and use of the sigcontext.h by the 32-bit userspace applications. Since we export only the single set of headers we need to carry this file in the bypass list. Change-Id: Iaaf2ecd5d46994ca0901d31e40104c800acd5d20 Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
This commit is contained in:
@@ -75,6 +75,7 @@ arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_16K
|
||||
arch/arc/include/uapi/asm/page.h:CONFIG_ARC_PAGE_SIZE_4K
|
||||
arch/arc/include/uapi/asm/swab.h:CONFIG_ARC_HAS_SWAPE
|
||||
arch/arm/include/uapi/asm/ptrace.h:CONFIG_CPU_ENDIAN_BE8
|
||||
arch/arm64/include/uapi/asm/sigcontext.h:CONFIG_64BIT
|
||||
arch/hexagon/include/uapi/asm/ptrace.h:CONFIG_HEXAGON_ARCH_VERSION
|
||||
arch/hexagon/include/uapi/asm/user.h:CONFIG_HEXAGON_ARCH_VERSION
|
||||
arch/ia64/include/uapi/asm/cmpxchg.h:CONFIG_IA64_DEBUG_CMPXCHG
|
||||
|
Reference in New Issue
Block a user