forked from Minki/linux
6218d0f6b8
Many architectures duplicate similar shell scripts. Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
14 lines
300 B
Makefile
14 lines
300 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
generated-y += syscalls_32.h
|
|
generated-y += syscalls_64.h
|
|
generated-y += syscalls_x32.h
|
|
generated-y += unistd_32_ia32.h
|
|
generated-y += unistd_64_x32.h
|
|
generated-y += xen-hypercalls.h
|
|
|
|
generic-y += early_ioremap.h
|
|
generic-y += export.h
|
|
generic-y += mcs_spinlock.h
|