1 # SPDX-License-Identifier: GPL-2.0 2 syscall-y += syscall_table_32.h 3 syscall-y += syscall_table_64.h 4 5 # arm32 syscall table used by lib/compat_audit.c: 6 syscall-y += unistd_32.h 7 # same constants with prefixes, used by vdso, seccomp and sigreturn: 8 syscall-y += unistd_compat_32.h 9 10 generic-y += early_ioremap.h 11 generic-y += mcs_spinlock.h 12 generic-y += qrwlock.h 13 generic-y += qspinlock.h 14 generic-y += parport.h 15 generic-y += user.h 16 17 generated-y += cpucap-defs.h 18 generated-y += sysreg-defs.h
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.