diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-14 14:38:31 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-20 12:51:00 -0800 |
commit | 6cbb369f578378cf5b1876766d860ae7c2a94d60 (patch) | |
tree | 0006e59ecea7023014dd619cb4199eb342b60fb7 /arch/x86/include/asm/Kbuild | |
parent | 6630f11ba54414b9870d87dfef2bee467bfa842a (diff) |
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/Kbuild | 1 |
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 |