mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
32e9a0d5ff
Many architectures duplicate similar shell scripts. This commit converts ARM to use scripts/syscallhdr.sh, and also collects OABI/OEBI syscalls into unistd-eabi.h/unistd-oabi.h, removing unistd-common.h. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
6 lines
118 B
Makefile
6 lines
118 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
generated-y += unistd-oabi.h
|
|
generated-y += unistd-eabi.h
|
|
generic-y += kvm_para.h
|