From: Nicolas Schier <n.schier@avm.de>
To: Xu Yang <xu.yang_2@nxp.com>
Cc: robh@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, masahiroy@kernel.org, nathan@kernel.org,
devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
Date: Wed, 25 Sep 2024 15:51:31 +0200 [thread overview]
Message-ID: <ZvQVY6ChCYdJpBEW@l-nschier-nb> (raw)
In-Reply-To: <20240925053230.45606-1-xu.yang_2@nxp.com>
On Wed, Sep 25, 2024 at 01:32:30PM +0800, Xu Yang wrote:
> If we follow "make help" to "make dt_binding_schema", we will see
> below error:
>
> $ make dt_binding_schema
> make[1]: *** No rule to make target 'dt_binding_schema'. Stop.
> make: *** [Makefile:224: __sub-make] Error 2
>
> It should be a typo. So this will fix it.
>
> Fixes: 604a57ba9781 ("dt-bindings: kbuild: Add separate target/dependency for processed-schema.json")
> Cc: stable@vger.kernel.org
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 265dd990a9b6..7aa71c70305e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1645,7 +1645,7 @@ help:
> echo '* dtbs - Build device tree blobs for enabled boards'; \
> echo ' dtbs_install - Install dtbs to $(INSTALL_DTBS_PATH)'; \
> echo ' dt_binding_check - Validate device tree binding documents and examples'; \
> - echo ' dt_binding_schema - Build processed device tree binding schemas'; \
> + echo ' dt_binding_schemas - Build processed device tree binding schemas'; \
> echo ' dtbs_check - Validate device tree source files';\
> echo '')
>
> --
> 2.34.1
>
Thanks!
Reviewed-by: Nicolas Schier <n.schier@avm.de>
next prev parent reply other threads:[~2024-09-25 13:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 5:32 [PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas Xu Yang
2024-09-25 13:51 ` Nicolas Schier [this message]
2024-10-06 17:34 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZvQVY6ChCYdJpBEW@l-nschier-nb \
--to=n.schier@avm.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nathan@kernel.org \
--cc=robh@kernel.org \
--cc=xu.yang_2@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox