diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 07:50:40 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-18 08:13:17 +0300 |
commit | 88b39bbfc96188714f9f1b4905e2ccbfbd071f91 (patch) | |
tree | 86dc5d61224acd9853a6eae2b8b234129e28a8ae /drivers/gpu/drm/omapdrm/Makefile | |
parent | f60fb2d7429b37e8f9359a29a6f0060859ada754 (diff) | |
download | linux-88b39bbfc96188714f9f1b4905e2ccbfbd071f91.tar.xz |
drm/omap: 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/1493009447-31524-23-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/omapdrm/Makefile')
-rw-r--r-- | drivers/gpu/drm/omapdrm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/Makefile b/drivers/gpu/drm/omapdrm/Makefile index 48b7b750c05c..b391be7ecb6c 100644 --- 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 \ |