diff options
Diffstat (limited to 'arch/arm64/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/arm64/include/uapi/asm/Kbuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/include/uapi/asm/Kbuild b/arch/arm64/include/uapi/asm/Kbuild index baebb3da1d44..ca5b65f75c7b 100644 --- a/arch/arm64/include/uapi/asm/Kbuild +++ b/arch/arm64/include/uapi/asm/Kbuild | |||
@@ -1,3 +1,17 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | header-y += auxvec.h | ||
5 | header-y += bitsperlong.h | ||
6 | header-y += byteorder.h | ||
7 | header-y += fcntl.h | ||
8 | header-y += hwcap.h | ||
9 | header-y += param.h | ||
10 | header-y += ptrace.h | ||
11 | header-y += setup.h | ||
12 | header-y += sigcontext.h | ||
13 | header-y += siginfo.h | ||
14 | header-y += signal.h | ||
15 | header-y += stat.h | ||
16 | header-y += statfs.h | ||
17 | header-y += unistd.h | ||