]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools: ynl: add all headers to makefile deps
authorJakub Kicinski <kuba@kernel.org>
Wed, 5 Feb 2025 17:33:52 +0000 (09:33 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Feb 2025 22:41:59 +0000 (14:41 -0800)
commit0bdcfaf84a9428c49f971be9024505b9e3b43038
treebb6d3e79aec30401f4b50a62b28cff3213aa0e79
parent09717c28b76c30b1dc8c261c855ffb2406abab2e
tools: ynl: add all headers to makefile deps

The Makefile.deps lists uAPI headers to make the build work when
system headers are older than in-tree headers. The problem doesn't
occur for new headers, because system headers are not there at all.
But out-of-tree YNL clone on GH also uses this header to identify
header dependencies, and one day the system headers will exist,
and will get out of date. So let's add the headers we missed.

I don't think this is a fix, but FWIW the commits which added
the missing headers are:

commit 04e65df94b31 ("netlink: spec: add shaper YAML spec")
commit 49922401c219 ("ethtool: separate definitions that are gonna be generated")

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250205173352.446704-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/Makefile.deps