mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 08:15:11 +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>
9 lines
222 B
Makefile
9 lines
222 B
Makefile
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generated-y += unistd_n32.h
|
|
generated-y += unistd_n64.h
|
|
generated-y += unistd_o32.h
|
|
generated-y += unistd_nr_n32.h
|
|
generated-y += unistd_nr_n64.h
|
|
generated-y += unistd_nr_o32.h
|