summaryrefslogtreecommitdiff
path: root/examples/device/audio_test_multi_rate/Makefile
diff options
context:
space:
mode:
authorMengsk <[email protected]>2022-12-30 15:09:50 +0100
committerMengsk <[email protected]>2022-12-30 15:09:50 +0100
commit7ff2f43bfd9a9dd36b3c3aadcd0362db509b367c (patch)
treea71592684d0f3d0e58c4e023ac3d42e6645c96a2 /examples/device/audio_test_multi_rate/Makefile
parent21bdafcfef4cfdbd77277da1717c8a33544b8721 (diff)
Add multi-rate audio test example for new ISO buffer allocation.
Diffstat (limited to 'examples/device/audio_test_multi_rate/Makefile')
-rw-r--r--examples/device/audio_test_multi_rate/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/audio_test_multi_rate/Makefile b/examples/device/audio_test_multi_rate/Makefile
new file mode 100644
index 000000000..5a455078e
--- /dev/null
+++ b/examples/device/audio_test_multi_rate/Makefile
@@ -0,0 +1,12 @@
+include ../../../tools/top.mk
+include ../../make.mk
+
+INC += \
+ src \
+ $(TOP)/hw \
+
+# Example source
+EXAMPLE_SOURCE += $(wildcard src/*.c)
+SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
+
+include ../../rules.mk