Message ID | 1533358023-5801-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
Headers | show |
Series | Kbuild: fix and clean-up arch/um/Makefile | expand |
On 08/03/2018 09:47 PM, Masahiro Yamada wrote: > 1/3 fixes the build failure reported by Randy. > (I may have seen a similar report before, but I cannot recall it.) > > 2/3 and 3/3 clean-up the Makefile a bit more. > > I'd like to apply this series to kbuild tree. > Ack from UML folks are appreciated. > > > > Masahiro Yamada (3): > um: fix parallel building with O= option > kbuild: add %asm-generic to no-dot-config-targets > um: clean up archheaders recipe > > Makefile | 2 +- > arch/um/Makefile | 9 +-------- > 2 files changed, 2 insertions(+), 9 deletions(-) > for the series: Tested-by: Randy Dunlap <rdunlap@infradead.org> Thanks. -- ~Randy
Am Samstag, 4. August 2018, 06:47:00 CEST schrieb Masahiro Yamada: > > 1/3 fixes the build failure reported by Randy. > (I may have seen a similar report before, but I cannot recall it.) > > 2/3 and 3/3 clean-up the Makefile a bit more. > > I'd like to apply this series to kbuild tree. > Ack from UML folks are appreciated. Nice to see this fixed, Masahiro! :-) Acked-by: Richard Weinberger <richard@nod.at> Thanks, //richard
2018-08-07 5:54 GMT+09:00 Richard Weinberger <richard@nod.at>: > Am Samstag, 4. August 2018, 06:47:00 CEST schrieb Masahiro Yamada: >> >> 1/3 fixes the build failure reported by Randy. >> (I may have seen a similar report before, but I cannot recall it.) >> >> 2/3 and 3/3 clean-up the Makefile a bit more. >> >> I'd like to apply this series to kbuild tree. >> Ack from UML folks are appreciated. > > Nice to see this fixed, Masahiro! :-) > > Acked-by: Richard Weinberger <richard@nod.at> > Applied to linux-kbuild. -- Best Regards Masahiro Yamada