summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada2017-04-24 06:50:21 +0200
committerDaniel Vetter2017-05-16 17:17:41 +0200
commit248a1d6f1ac410d3ed3907c1be2502e286f59bb8 (patch)
treee8d923f6650907c3e7128d2cb3bcea7cc02a3334 /drivers/gpu/drm/amd/powerplay/Makefile
parentdrm/ttm: fix include notation and remove -Iinclude/drm flag (diff)
downloadkernel-qcow2-linux-248a1d6f1ac410d3ed3907c1be2502e286f59bb8.tar.gz
kernel-qcow2-linux-248a1d6f1ac410d3ed3907c1be2502e286f59bb8.tar.xz
kernel-qcow2-linux-248a1d6f1ac410d3ed3907c1be2502e286f59bb8.zip
drm/amd: 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> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-4-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/Makefile b/drivers/gpu/drm/amd/powerplay/Makefile
index 043e6ebab575..4e132b936e3d 100644
--- a/drivers/gpu/drm/amd/powerplay/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/Makefile
@@ -1,5 +1,5 @@
-subdir-ccflags-y += -Iinclude/drm \
+subdir-ccflags-y += \
-I$(FULL_AMD_PATH)/powerplay/inc/ \
-I$(FULL_AMD_PATH)/include/asic_reg \
-I$(FULL_AMD_PATH)/include \