[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARmuJxp66VMhJdQ487uua0ynppXHoMA7ukbfsLpyGQV6g@mail.gmail.com>
Date: Fri, 28 May 2021 18:15:00 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: patches@....linux.org.uk,
linux-kernel <linux-kernel@...r.kernel.org>,
Russell King <linux@...linux.org.uk>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] ARM: simplify the build rule of mach-types.h
On Fri, May 28, 2021 at 5:24 PM Linus Walleij <linus.walleij@...aro.org> wrote:
>
> On Fri, May 28, 2021 at 5:52 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> > The directory of mach-types.h is created a couple of lines above:
> >
> > _dummy := $(shell [ -d '$(kapi)' ] || mkdir -p '$(kapi)') \
> >
> > The 'mkdir -p' command is redundant.
> >
> > scripts/Kbuild.include defines real-prereqs as a shorthand for
> > $(filter-out $(PHONY),$^). Let's use it to simplify the code.
> >
> > Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
>
> Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
>
> Can you put this into Russell's patch tracker or shall I sign
> it off and put it there?
I sent this to patches@....linux.org.uk
It is already there.
https://www.arm.linux.org.uk/developer/patches/section.php?section=0
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists