From a943184ab2d23d0cb6185da31cdde54920c271fb Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 23 Feb 2022 11:14:49 +0000 Subject: [PATCH] NNABLA: build as a module NNABLA_RT should compile as a module to provide the necessary support for the dnn test application Signed-off-by: Alin Jerpelea --- mlearning/libnnablart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlearning/libnnablart/Makefile b/mlearning/libnnablart/Makefile index 563638e74..058035838 100644 --- a/mlearning/libnnablart/Makefile +++ b/mlearning/libnnablart/Makefile @@ -108,7 +108,7 @@ CSRCS += $(SRC)/runtime/runtime_internal.c CFLAGS += -Wno-shadow -Wno-format -BIN = libnnablart$(LIBEXT) +MODULE = $(CONFIG_NNABLA_RT) nnabla.zip: $(Q) curl -L https://github.com/sony/nnabla-c-runtime/archive/refs/tags/v$(CONFIG_NNABLA_RT_VER).zip -o nnabla.zip