]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm: drop lib from header search path.
authorDave Airlie <airlied@redhat.com>
Fri, 6 Feb 2026 01:44:09 +0000 (11:44 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 6 Feb 2026 01:44:09 +0000 (11:44 +1000)
This was leftover from when I dropped it in
4a9671a03f2b ("gpu: Move DRM buddy allocator one level up (part one)")

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/Makefile

index d0e37f8c2a460a13f96c1140c037df972082955b..062162d8e179218b443ba4c71b51375142177b97 100644 (file)
@@ -242,7 +242,7 @@ obj-$(CONFIG_DRM_VERISILICON_DC) += verisilicon/
 # Ensure drm headers are self-contained and pass kernel-doc
 hdrtest-files := \
        $(shell cd $(src) && find . -maxdepth 1 -name 'drm_*.h') \
-       $(shell cd $(src) && find display lib -name '*.h')
+       $(shell cd $(src) && find display -name '*.h')
 
 always-$(CONFIG_DRM_HEADER_TEST) += \
        $(patsubst %.h,%.hdrtest, $(hdrtest-files))