mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 07:05:08 +07:00
d6e4b3e326
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
|