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:
f60fb2d
)
drm/omap: remove unneeded -Iinclude/drm compiler flag
author
Masahiro Yamada
<
[email protected]
>
Mon, 24 Apr 2017 04:50:40 +0000
(13:50 +0900)
committer
Daniel Vetter
<
[email protected]
>
Thu, 18 May 2017 05:13:17 +0000
(07:13 +0200)
With the include directives under include/drm/ fixed, this flag is
no longer needed.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/omapdrm/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/Makefile
b/drivers/gpu/drm/omapdrm/Makefile
index 48b7b750c05c88133ec461804e2616f526351a83..b391be7ecb6c3a0b03084ab94acd171937724217 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/Makefile
+++ b/
drivers/gpu/drm/omapdrm/Makefile
@@
-6,7
+6,6
@@
obj-y += dss/
obj-y += displays/
-ccflags-y := -Iinclude/drm
omapdrm-y := omap_drv.o \
omap_irq.o \
omap_debugfs.o \