diff mbox series

[v3,12/16] drm/stm: remove unneeded -Iinclude/drm compiler flag

Message ID 1495081793-9707-13-git-send-email-yamada.masahiro@socionext.com
State New
Headers show
Series gpu/drm: remove -Iinclude/drm compiler flags from Makefile | expand

Commit Message

Masahiro Yamada May 18, 2017, 4:29 a.m. UTC
With the include directives under include/drm/ fixed, this flag is
no longer needed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

Changes in v3: None

 drivers/gpu/drm/stm/Makefile | 2 --
 1 file changed, 2 deletions(-)

-- 
2.7.4

Comments

Daniel Vetter May 22, 2017, 7:37 a.m. UTC | #1
On Thu, May 18, 2017 at 01:29:49PM +0900, Masahiro Yamada wrote:
> With the include directives under include/drm/ fixed, this flag is

> no longer needed.

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Ok, this and patch 1 applied, pls double-check I've done the right thing
and it's all good now (well, once linux-next has rebuild with the 2
patches merged, which should be in 1-2 days at most).

Thanks, Daniel

> ---

> 

> Changes in v3: None

> 

>  drivers/gpu/drm/stm/Makefile | 2 --

>  1 file changed, 2 deletions(-)

> 

> diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile

> index e114d45..a09ecf4 100644

> --- a/drivers/gpu/drm/stm/Makefile

> +++ b/drivers/gpu/drm/stm/Makefile

> @@ -1,5 +1,3 @@

> -ccflags-y := -Iinclude/drm

> -

>  stm-drm-y := \

>  	drv.o \

>  	ltdc.o

> -- 

> 2.7.4

> 

> _______________________________________________

> dri-devel mailing list

> dri-devel@lists.freedesktop.org

> https://lists.freedesktop.org/mailman/listinfo/dri-devel


-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
Masahiro Yamada May 22, 2017, 7:48 a.m. UTC | #2
Hi Daniel,

2017-05-22 16:37 GMT+09:00 Daniel Vetter <daniel@ffwll.ch>:
> On Thu, May 18, 2017 at 01:29:49PM +0900, Masahiro Yamada wrote:

>> With the include directives under include/drm/ fixed, this flag is

>> no longer needed.

>>

>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

>

> Ok, this and patch 1 applied, pls double-check I've done the right thing

> and it's all good now (well, once linux-next has rebuild with the 2

> patches merged, which should be in 1-2 days at most).

>

> Thanks, Daniel


Looks good.  Thanks!



-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile
index e114d45..a09ecf4 100644
--- a/drivers/gpu/drm/stm/Makefile
+++ b/drivers/gpu/drm/stm/Makefile
@@ -1,5 +1,3 @@ 
-ccflags-y := -Iinclude/drm
-
 stm-drm-y := \
 	drv.o \
 	ltdc.o