summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2018-02-22 08:21:48 +0000
committerAlex Deucher <alexander.deucher@amd.com>2018-02-26 23:09:38 -0500
commitfbb31562186e26ba2d930141286332ef94104cd2 (patch)
treedb586c87e5ab700bcee72ad3e6a43856894a8b44 /drivers/gpu/drm/amd/amdgpu/Makefile
parentbcb0b981c5571744ac446a6c906aa05a28d21446 (diff)
downloadop-kernel-dev-fbb31562186e26ba2d930141286332ef94104cd2.zip
op-kernel-dev-fbb31562186e26ba2d930141286332ef94104cd2.tar.gz
drm/amd: remove inclusion of non-existing scheduler directory
The scheduler directory was removed via commit 1b1f42d8fde4 ("drm: move amd_gpu_scheduler into common location") Remove it from include path. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index be5e5ac..353c937 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -30,7 +30,6 @@ FULL_AMD_DISPLAY_PATH = $(FULL_AMD_PATH)/$(DISPLAY_FOLDER_NAME)
ccflags-y := -I$(FULL_AMD_PATH)/include/asic_reg \
-I$(FULL_AMD_PATH)/include \
-I$(FULL_AMD_PATH)/amdgpu \
- -I$(FULL_AMD_PATH)/scheduler \
-I$(FULL_AMD_PATH)/powerplay/inc \
-I$(FULL_AMD_PATH)/acp/include \
-I$(FULL_AMD_DISPLAY_PATH) \
OpenPOWER on IntegriCloud