exynos-linux-stable/drivers/gpu/drm/amd
Arnd Bergmann 3544f57578 drm: amd: remove broken include path
[ Upstream commit 655d9ca9ac075da1ef2a45012ba48a39f6eb1f58 ]

The AMD ACP driver adds "-I../acp -I../acp/include" to the gcc command
line, which makes no sense, since these are evaluated relative to the
build directory. When we build with "make W=1", they instead cause
a warning:

cc1: error: ../acp/: No such file or directory [-Werror=missing-include-dirs]
cc1: error: ../acp/include: No such file or directory [-Werror=missing-include-dirs]
cc1: all warnings being treated as errors
../scripts/Makefile.build:289: recipe for target 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.o' failed
../scripts/Makefile.build:289: recipe for target 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.o' failed
../scripts/Makefile.build:289: recipe for target 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.o' failed

This removes the subdir-ccflags variable that evidently did not
serve any purpose here.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:07:21 +01:00
..
acp drm: amd: remove broken include path 2017-12-20 10:07:21 +01:00
amdgpu drm/amdgpu: fix parser init error path to avoid crash in parser fini 2017-12-20 10:07:19 +01:00
amdkfd drm/amdkfd: fix improper return value on error 2017-10-08 10:26:05 +02:00
include drm/amdgpu: fix amdgpu_need_full_reset (v2) 2016-10-14 11:51:04 -04:00
powerplay drm/amd/pp: fix typecast error in powerplay. 2017-12-05 11:24:35 +01:00
scheduler drm/amd: fix scheduler fence teardown order v2 2016-10-31 12:43:20 -04:00