mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-21 06:35:59 +00:00
Now that Kbuild automatically creates asm-generic wrappers for missing mandatory headers, it is redundant to list the same headers in generic-y and mandatory-y. Suggested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Sam Ravnborg <sam@ravnborg.org>
6 lines
169 B
Makefile
6 lines
169 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generated-y += unistd-common.h
|
|
generated-y += unistd-oabi.h
|
|
generated-y += unistd-eabi.h
|