Skip to content

Commit 05f3c5b

Browse files
cencarnamclaireb
authored andcommitted
nn: add build script for nn kernel lib
Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
1 parent 501ec00 commit 05f3c5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

adi_sharcfx_nn/Project/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
include ../../tools/sharcfx/sharcfx.mk
2+
3+
BUILD_DIR := ./build
4+
LIB_SRCS := .
5+
LIB := libadi_sharcfx_nn.a
6+
7+
INCLUDES += \
8+
-I"../Include" \
9+
-I"../../examples/shared"
10+
11+
CPP_SRCS += \
12+
$(wildcard $(LIB_SRCS)/src/*.cpp)
13+
14+
include ../../tools/sharcfx/lib.mk

0 commit comments

Comments
 (0)