projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb0b98
)
drm/amd: remove inclusion of non-existing scheduler directory
author
Corentin Labbe
<
[email protected]
>
Thu, 22 Feb 2018 08:21:48 +0000
(08:21 +0000)
committer
Alex Deucher
<
[email protected]
>
Tue, 27 Feb 2018 04:09:38 +0000
(23:09 -0500)
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 <
[email protected]
>
Signed-off-by: Corentin Labbe <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/Makefile
b/drivers/gpu/drm/amd/amdgpu/Makefile
index be5e5acc3e39aca875fa0003a52e73e6255c0c5c..353c937d947dde8ebbc0489dd9ed6d5e60fd0c8f 100644
(file)
--- 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) \