On Fri, Apr 16, 2021 at 4:14 AM Masahiro Yamada <[email protected]> wrote: > > On Fri, Apr 16, 2021 at 2:14 AM Randy Dunlap <[email protected]> wrote: > > > > Currently when using "W=1" with UML builds, there are over 700 warnings > > like so: > > > > CC arch/um/drivers/stderr_console.o > > cc1: 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 that > > subdir and put one Kbuild file into it (since git does not track > > empty 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] > > --- > > v2: use Option 4 from v1: add arch/um/include/uapi so that 'make' is > > placated -- and just like all other arch's have. > > > > Assuming the UML maintainer will pick up this: > > Reviewed-by: Masahiro Yamada <[email protected]>
Now I see this patch queued up to UML repository. Thanks. -- Best Regards Masahiro Yamada

