Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2022-05-15 19:08:18 +0300
committerAndrei Vagin <avagin@gmail.com>2022-05-16 19:24:40 +0300
commitcd0ed7e5491c7c827b887b2d80cf35e87819278b (patch)
treef05aacbbc3be4c37910a6c099f6f8e650048ec99 /plugins
parent45641ab26d7bb78706a6215fdef8f9133abf8d10 (diff)
amdgpu/Makefile: Fix include path
When building packages for CRIU the source directory might have a name different than 'criu'. Fixes: #1877 Reported-by: @siris Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/amdgpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/amdgpu/Makefile b/plugins/amdgpu/Makefile
index 84b9f8714..971b93b51 100644
--- a/plugins/amdgpu/Makefile
+++ b/plugins/amdgpu/Makefile
@@ -2,7 +2,7 @@ PLUGIN_NAME := amdgpu_plugin
PLUGIN_SOBJ := amdgpu_plugin.so
-PLUGIN_INCLUDE := -iquote../../../criu/include
+PLUGIN_INCLUDE := -iquote../../include
PLUGIN_INCLUDE += -iquote../../criu/include
PLUGIN_INCLUDE += -iquote../../criu/arch/$(ARCH)/include/
PLUGIN_INCLUDE += -iquote../../