Skip to content

Commit

Permalink
drm/sched: remove unneeded -Iinclude/drm compiler flag
Browse files Browse the repository at this point in the history
I refactored the include directives under include/drm/ some time ago.
This flag is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Masahiro Yamada authored and Alex Deucher committed Jul 31, 2018
1 parent 52c054c commit ba7f478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/scheduler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba7f478

Please sign in to comment.