aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/Kbuild
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-02-14 14:38:31 -0800
committerH. Peter Anvin <hpa@zytor.com>2012-02-20 12:51:00 -0800
commit6cbb369f578378cf5b1876766d860ae7c2a94d60 (patch)
tree0006e59ecea7023014dd619cb4199eb342b60fb7 /arch/x86/include/asm/Kbuild
parentx32: Add x32 system calls to syscall/syscall_64.tbl (diff)
downloadlinux-dev-6cbb369f578378cf5b1876766d860ae7c2a94d60.tar.xz
linux-dev-6cbb369f578378cf5b1876766d860ae7c2a94d60.zip
x32: Generate <asm/unistd_x32.h>
Generate <asm/unistd_x32.h>; this exports x32 system call numbers to user space. [ v2: Enclose all arguments to syshdr in '' so empty arguments aren't dropped on the floor. ] Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/Kbuild')
-rw-r--r--arch/x86/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild
index 986954fb9513..f9c0d3ba9e84 100644
--- a/arch/x86/include/asm/Kbuild
+++ b/arch/x86/include/asm/Kbuild
@@ -25,3 +25,4 @@ header-y += vsyscall.h
genhdr-y += unistd_32.h
genhdr-y += unistd_64.h
+genhdr-y += unistd_x32.h