summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/Makefile
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2020-08-19 21:07:43 +0200
committerReinhard Panhuber <[email protected]>2020-08-19 21:07:43 +0200
commitc14f68e2c1db7ce82fb8e05d40d8b0b9a83aced6 (patch)
treed3b003f9ded3fa77fd39443105c255c892a7aa6e /examples/device/audio_test/Makefile
parent630936472237f319b46d51f691bf6c36d80610b3 (diff)
Commit before sharing.
Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface.
Diffstat (limited to 'examples/device/audio_test/Makefile')
-rw-r--r--examples/device/audio_test/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/audio_test/Makefile b/examples/device/audio_test/Makefile
new file mode 100644
index 000000000..5a455078e
--- /dev/null
+++ b/examples/device/audio_test/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