xref: /linux/arch/arm64/include/asm/Kbuild (revision 6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6)
1# SPDX-License-Identifier: GPL-2.0
2syscall-y += syscall_table_32.h
3syscall-y += syscall_table_64.h
4
5# arm32 syscall table used by lib/compat_audit.c:
6syscall-y += unistd_32.h
7# same constants with prefixes, used by vdso, seccomp and sigreturn:
8syscall-y += unistd_compat_32.h
9
10generic-y += early_ioremap.h
11generic-y += mcs_spinlock.h
12generic-y += qrwlock.h
13generic-y += qspinlock.h
14generic-y += parport.h
15generic-y += user.h
16
17generated-y += cpucap-defs.h
18generated-y += sysreg-defs.h
19