diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 07:50:25 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-16 18:18:56 +0300 |
commit | 62b63dcce03c09d31c1f297af4b6245a5159d923 (patch) | |
tree | 27cbd5424dd81d6b3b6a141bd19b5d866b8ceb55 /drivers/gpu/drm/cirrus/Makefile | |
parent | 191436c46e17efdfd35b471a43c9dca26b81379e (diff) | |
download | linux-62b63dcce03c09d31c1f297af4b6245a5159d923.tar.xz |
drm/cirrus: fix include notation and remove -Iinclude/drm flag
Include <drm/*.h> instead of relative path from include/drm, then
remove the -Iinclude/drm compiler flag.
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-8-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/cirrus/Makefile')
-rw-r--r-- | drivers/gpu/drm/cirrus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/cirrus/Makefile b/drivers/gpu/drm/cirrus/Makefile index 69ffe7006d55..919c0a336c97 100644 --- a/drivers/gpu/drm/cirrus/Makefile +++ b/drivers/gpu/drm/cirrus/Makefile @@ -1,4 +1,3 @@ -ccflags-y := -Iinclude/drm cirrus-y := cirrus_main.o cirrus_mode.o \ cirrus_drv.o cirrus_fbdev.o cirrus_ttm.o |