projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c054c
)
drm/sched: remove unneeded -Iinclude/drm compiler flag
author
Masahiro Yamada
<
[email protected]
>
Fri, 6 Jul 2018 05:12:11 +0000
(14:12 +0900)
committer
Alex Deucher
<
[email protected]
>
Tue, 31 Jul 2018 21:58:16 +0000
(16:58 -0500)
I refactored the include directives under include/drm/ some time ago.
This flag is unneeded.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Acked-by: Nayan Deshmukh <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/scheduler/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/scheduler/Makefile
b/drivers/gpu/drm/scheduler/Makefile
index bd0377c0d2eeaff0df66ce76ede9aa32d0225455..7665883f81d4b7d6756510cf22688665817963e1 100644
(file)
--- a/
drivers/gpu/drm/scheduler/Makefile
+++ b/
drivers/gpu/drm/scheduler/Makefile
@@
-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