diff options
| author | Dave Airlie <airlied@redhat.com> | 2026-02-06 04:44:09 +0300 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2026-02-06 04:44:09 +0300 |
| commit | ee8bfb15d02dddb554ad4bdd6c44297f19556563 (patch) | |
| tree | 7a24efb298d911b675e2b49f512d58c90493e3f4 | |
| parent | ba110db8e1bc206c13fd7d985e79b033f53bfdea (diff) | |
| download | linux-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/Makefile | 2 |
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)) |
