summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-04-24 13:50:32 +0900
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-05-17 14:36:49 +0200
commitbb2af9bda3369d3b455a08b96e94b4c5619e9df4 (patch)
tree44a29fcf65f51bf27bec6a764beb255fcab0bef3 /drivers/gpu/drm/tilcdc/Makefile
parent64a9dfc44742b8f7b9d26672039c99371ad9e84f (diff)
drm/tilcdc: 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-15-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/tilcdc/Makefile')
-rw-r--r--drivers/gpu/drm/tilcdc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/Makefile b/drivers/gpu/drm/tilcdc/Makefile
index 6f675175a9e5..55ebd516728f 100644
--- a/drivers/gpu/drm/tilcdc/Makefile
+++ b/drivers/gpu/drm/tilcdc/Makefile
@@ -1,4 +1,3 @@
-ccflags-y := -Iinclude/drm
ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
ccflags-y += -Werror
endif