aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.mk
diff options
context:
space:
mode:
authorAndrew Rossignol <aarossig@google.com>2017-09-25 16:07:43 -0700
committerAndrew Rossignol <aarossig@google.com>2017-09-26 17:56:32 -0700
commitf43dfa6d0b0b4005ee2643f8a1e898b7dde78cc3 (patch)
tree40370c08dfd172c7f6d02dc2e699ffd3d822e92d /apps/apps.mk
parentadc0ffee5a79b17e2ac7a1efc6f46970429a0c45 (diff)
downloadchre-f43dfa6d0b0b4005ee2643f8a1e898b7dde78cc3.tar.gz
Adds an AudioWorld nanoapp
- Mostly empty for now, will be used to exercise audio functionlity while developing. Bug: 63942658 Test: ./run_sim.sh, see AudioWorld in the output Change-Id: Id0031a06cd65650e4aa8ba6fd9b56921c1c47fdf
Diffstat (limited to 'apps/apps.mk')
-rw-r--r--apps/apps.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.mk b/apps/apps.mk
index e6b034ee..fbf94e9c 100644
--- a/apps/apps.mk
+++ b/apps/apps.mk
@@ -8,6 +8,7 @@ COMMON_CFLAGS += -Iapps/include
# App makefiles ################################################################
+include apps/audio_world/audio_world.mk
include apps/gnss_world/gnss_world.mk
include apps/hello_world/hello_world.mk
include apps/message_world/message_world.mk