mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm: drop lib from header search path.
This was leftover from when I dropped it in
4a9671a03f ("gpu: Move DRM buddy allocator one level up (part one)")
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
ba110db8e1
commit
ee8bfb15d0
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user