]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/ynl: add missing uapi header deps in Makefile.deps
authorThorsten Leemhuis <linux@leemhuis.info>
Tue, 23 Jun 2026 07:08:18 +0000 (09:08 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Jun 2026 02:30:55 +0000 (19:30 -0700)
commit636838ebb74aa10b2195b60232ba3f49ff04d4f8
tree26569844b74ca3511e3ca1e91d475ac97f77d6ff
parent36dea2f639249460d13f6ca66b2a9064187cd34d
tools/ynl: add missing uapi header deps in Makefile.deps

drm_ras includes drm/drm_ras.h, which is a relatively new header not yet
shipped in most distro kernel-header packages. Without the explicit
entry, the build might fail with a message like this:

  drm_ras-user.c:19:10: error: ‘DRM_RAS_CMD_CLEAR_ERROR_COUNTER’ \
   undeclared here (not in a function); did you mean \
  ‘DRM_RAS_CMD_GET_ERROR_COUNTER’

Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
Link: https://patch.msgid.link/20260623070818.2161810-1-linux@leemhuis.info
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/Makefile.deps