From b169e3b63d36770d6ce887d5f2a0d5ec6cfd4256 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 2 Jul 2024 00:39:53 -0700 Subject: [PATCH] plugins/cuda: fix crosscompilation Signed-off-by: Andrei Vagin --- plugins/cuda/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/cuda/Makefile b/plugins/cuda/Makefile index 2eabc0e31..e337056dc 100644 --- a/plugins/cuda/Makefile +++ b/plugins/cuda/Makefile @@ -10,7 +10,6 @@ PLUGIN_INCLUDE += -iquote../../ COMPEL := ../../compel/compel-host -CC := gcc PLUGIN_CFLAGS := -g -Wall -Werror -shared -nostartfiles -fPIC __nmk_dir ?= ../../scripts/nmk/scripts/