mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
5 lines
118 B
Makefile
5 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
|