Skip to content
Snippets Groups Projects
Commit 037fc336 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: force all architectures except um to include mandatory-y


Currently, every arch/*/include/uapi/asm/Kbuild explicitly includes
the common Kbuild.asm file. Factor out the duplicated include directives
to scripts/Makefile.asm-generic so that no architecture would opt out
of the mandatory-y mechanism.

um is not forced to include mandatory-y since it is a very exceptional
case which does not support UAPI.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 7cbbbb8b
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 36 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment