mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
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 <alin.jerpelea@sony.com>
This commit is contained in:

committed by
Xiang Xiao

parent
0ee15da565
commit
a943184ab2
@@ -108,7 +108,7 @@ CSRCS += $(SRC)/runtime/runtime_internal.c
|
|||||||
|
|
||||||
CFLAGS += -Wno-shadow -Wno-format
|
CFLAGS += -Wno-shadow -Wno-format
|
||||||
|
|
||||||
BIN = libnnablart$(LIBEXT)
|
MODULE = $(CONFIG_NNABLA_RT)
|
||||||
|
|
||||||
nnabla.zip:
|
nnabla.zip:
|
||||||
$(Q) curl -L https://github.com/sony/nnabla-c-runtime/archive/refs/tags/v$(CONFIG_NNABLA_RT_VER).zip -o nnabla.zip
|
$(Q) curl -L https://github.com/sony/nnabla-c-runtime/archive/refs/tags/v$(CONFIG_NNABLA_RT_VER).zip -o nnabla.zip
|
||||||
|
Reference in New Issue
Block a user