diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-18 13:29:49 +0900 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-22 09:37:12 +0200 |
commit | 5d465d42c40657f47214219caed883638e3b5bbe (patch) | |
tree | 3bca0dcb10a2673ebd67d4e3b60bbd5330f72acd | |
parent | b7e8e25b37618070c444083bfb1aedf3317b2a96 (diff) | |
download | linux-5d465d42c40657f47214219caed883638e3b5bbe.tar.gz linux-5d465d42c40657f47214219caed883638e3b5bbe.tar.bz2 linux-5d465d42c40657f47214219caed883638e3b5bbe.zip |
drm/stm: remove unneeded -Iinclude/drm compiler flag
With the include directives under include/drm/ fixed, this flag is
no longer needed.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1495081793-9707-13-git-send-email-yamada.masahiro@socionext.com
-rw-r--r-- | drivers/gpu/drm/stm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile index e114d45dbd42..a09ecf450218 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 |