On Mon, Apr 27, 2020 at 5:06 PM Will Deacon <will@xxxxxxxxxx> wrote: > > On Mon, Apr 27, 2020 at 09:30:19AM +0900, Masahiro Yamada wrote: > > $(AS) is not used anywhere, hence commit aa824e0c962b ("kbuild: remove > > AS variable") killed it. > > > > Remove the left-over code in arch/{arm,arm64}/Makefile. > > > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > > --- > > > > arch/arm/Makefile | 2 -- > > arch/arm64/Makefile | 2 -- > > 2 files changed, 4 deletions(-) > > Acked-by: Will Deacon <will@xxxxxxxxxx> > > (If you post the arm64 part as a separate patch, I can pick it up) This is just a trivial cleanup patch. So, I do not split it per-arch. Applied to linux-kbuild. -- Best Regards Masahiro Yamada