mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
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>
This commit is contained in:
parent
6507ae5331
commit
e6f292cb38
@ -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../../
|
||||
|
Loading…
x
Reference in New Issue
Block a user