[Build] Append sources for implemented modules to the build script
authorDongju Chae <dongju.chae@samsung.com>
Mon, 15 Jul 2019 04:26:15 +0000 (13:26 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Wed, 17 Jul 2019 07:08:50 +0000 (16:08 +0900)
This commit appends implemented components to `npu_engine_common_sources`
- 'ne-armplugin.c'
- 'ne-handler.c'
- 'ne-scheduler.c'

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
core/npu-engine/src/meson.build

index 2657cc4..af86e00 100644 (file)
@@ -14,6 +14,9 @@ npu_engine_dependencies = [
 npu_engine_common_sources = [
   'ne-conf.c',
   'ne-host-input-service.c',
+  'ne-armplugin.c',
+  'ne-handler.c',
+  'ne-scheduler.c',
   'ne-inf.c',
   'ne-mem.c',
   'ne-utils.c',