um: Fix W=1 missing-include-dirs warningsCurrently when using "W=1" with UML builds, there are over 700 warningslike so: CC arch/um/drivers/stderr_console.occ1: warning: ./arch/um/include
um: Fix W=1 missing-include-dirs warningsCurrently when using "W=1" with UML builds, there are over 700 warningslike so: CC arch/um/drivers/stderr_console.occ1: warning: ./arch/um/include/uapi: No such file or directory [-Wmissing-include-dirs]but arch/um/ does not have include/uapi/ at all, so add thatsubdir and put one Kbuild file into it (since git does not trackempty subdirs).Signed-off-by: Randy Dunlap <[email protected]>Cc: Masahiro Yamada <[email protected]>Cc: Michal Marek <[email protected]>Cc: [email protected]Cc: Jeff Dike <[email protected]>Cc: Richard Weinberger <[email protected]>Cc: Anton Ivanov <[email protected]>Cc: [email protected]Reviewed-by: Masahiro Yamada <[email protected]>Signed-off-by: Richard Weinberger <[email protected]>
show more ...