summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2026-02-06 04:44:09 +0300
committerDave Airlie <airlied@redhat.com>2026-02-06 04:44:09 +0300
commitee8bfb15d02dddb554ad4bdd6c44297f19556563 (patch)
tree7a24efb298d911b675e2b49f512d58c90493e3f4
parentba110db8e1bc206c13fd7d985e79b033f53bfdea (diff)
downloadlinux-ee8bfb15d02dddb554ad4bdd6c44297f19556563.tar.xz
drm: drop lib from header search path.
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>
-rw-r--r--drivers/gpu/drm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index d0e37f8c2a46..062162d8e179 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -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))