aboutsummaryrefslogtreecommitdiff
path: root/zephyr/module.yml
diff options
context:
space:
mode:
authoravishi01 <avi.shif@arm.com>2021-11-08 16:24:55 +0000
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-30 10:39:09 +0000
commit2ceee3798df328f9221d7168ac046dfda10417f8 (patch)
tree09ba2eb25ba46522c7f8477eb56d2fb2e09d77f1 /zephyr/module.yml
parent089a34786cbe02863eaa79f39dc92bf061dfcda8 (diff)
downloadethos-u-core-driver-2ceee3798df328f9221d7168ac046dfda10417f8.tar.gz
Support of tflu application using ethosu and Zephyr
move the zephyr basic files to zephyr/modules/ethos-u-core-driver and update the module name in module.yml to ethos-u-core-driver move relevant cmake configuration to the CMakeLists.txt (from the applications CMakeLists.txt). Change-Id: I5b801ed06ffcfeb618fdb375c0c81b59b8ee4b1e
Diffstat (limited to 'zephyr/module.yml')
-rw-r--r--zephyr/module.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr/module.yml b/zephyr/module.yml
index 225f12b..a82be96 100644
--- a/zephyr/module.yml
+++ b/zephyr/module.yml
@@ -1,5 +1,6 @@
# Copyright (c) 2021 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
+name: ethos-u-core-driver
build:
- cmake: zephyr
- kconfig: zephyr/Kconfig
+ cmake-ext: True
+ kconfig-ext: True