From ab6b296caeb114cec9c3e6f6d2125dbe25656cc9 Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Thu, 13 Jun 2019 22:50:54 +0200
Subject: [PATCH] build(api-demo): Integrate API into build

Signed-off-by: Rahix <rahix@rahix.de>
---
 hw-tests/api-demo/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw-tests/api-demo/meson.build b/hw-tests/api-demo/meson.build
index 2440a8ad..9216e59d 100644
--- a/hw-tests/api-demo/meson.build
+++ b/hw-tests/api-demo/meson.build
@@ -17,6 +17,7 @@ name = 'api-demo-core0'
 executable(
   name + '.elf',
   'main.c',
+  './api/api_caller.c',
   api_stubs[0],
   dependencies: [libcard10, max32665_startup_core0],
   link_whole: [max32665_startup_core0_lib, board_card10_lib],
@@ -30,6 +31,7 @@ name = 'api-demo-core1'
 executable(
   name + '.elf',
   'test-payload.c',
+  './api/api_dispatcher.c',
   api_stubs[1],
   dependencies: [libcard10, max32665_startup_core1],
   link_whole: [max32665_startup_core1_lib, board_card10_lib],
-- 
GitLab