For some reasons, I accidentally got rid of "generic-y += shmparam.h"
from some architectures.
Restore them to fix building c6x, h8300, hexagon, m68k, microblaze,
openrisc, and unicore32.
Fixes: d6e4b3e326 ("arch: remove redundant UAPI generic-y defines")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6 lines
120 B
Makefile
6 lines
120 B
Makefile
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generated-y += unistd_32.h
|
|
generic-y += kvm_para.h
|
|
generic-y += shmparam.h
|