Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba7f4783 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Alex Deucher
Browse files

drm/sched: remove unneeded -Iinclude/drm compiler flag



I refactored the include directives under include/drm/ some time ago.
This flag is unneeded.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Acked-by: default avatarNayan Deshmukh <nayan26deshmukh@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 52c054ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
#
ccflags-y := -Iinclude/drm
gpu-sched-y := gpu_scheduler.o sched_fence.o

obj-$(CONFIG_DRM_SCHED) += gpu-sched.o