mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue