diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2025-02-10 13:23:50 +0300 |
---|---|---|
committer | Matt Coster <matt.coster@imgtec.com> | 2025-02-26 12:54:57 +0300 |
commit | 2e064e3f3282ec016d80cb7b1fadff0d8e2014ca (patch) | |
tree | 52fcb254ef326f64f2ea14a43d55b602bfb4bc36 | |
parent | 8ec43c58d3be615a71548bc09148212013fb7e5f (diff) | |
download | linux-2e064e3f3282ec016d80cb7b1fadff0d8e2014ca.tar.xz |
drm/imagination: remove unnecessary header include path
drivers/gpu/drm/imagination/ includes local headers with the double-quote
form (#include "...").
Hence, the header search path addition is unneeded.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250210102352.1517115-1-masahiroy@kernel.org
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
-rw-r--r-- | drivers/gpu/drm/imagination/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/imagination/Makefile b/drivers/gpu/drm/imagination/Makefile index 9bc6a3884c22..3d9d4d40fb80 100644 --- a/drivers/gpu/drm/imagination/Makefile +++ b/drivers/gpu/drm/imagination/Makefile @@ -1,8 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only OR MIT # Copyright (c) 2023 Imagination Technologies Ltd. -subdir-ccflags-y := -I$(src) - powervr-y := \ pvr_ccb.o \ pvr_cccb.o \ |