mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
amdgpu: define __nmk_dir if missing
This patch adds a missing definition for `__nmk_dir` in the Makefile for the amdgpu plugin. This definition is required, for example, when building the `test_topology_remap` target: make -C plugins/amdgpu/ test_topology_remap Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
1c6517a88c
commit
7fee7d263c
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ LIBDRM_INC := -I/usr/include/libdrm
|
|||
DEPS_OK := amdgpu_plugin.so amdgpu_plugin_test
|
||||
DEPS_NOK := ;
|
||||
|
||||
__nmk_dir ?= ../../scripts/nmk/scripts/
|
||||
include $(__nmk_dir)msg.mk
|
||||
|
||||
CC := gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue