summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-06 22:32:22 +0700
committerhathach <[email protected]>2020-10-06 22:32:22 +0700
commitd41248900bedd705df2ccd5dfc53932cdb0839bb (patch)
tree7c6db7a1041b3325b8e508c37544b5de3c393f59 /examples/device/audio_test/Makefile
parent0686bd9369e8a8f35bdcd505e829dbf82ac011cd (diff)
parent2050dc0dc743294b07d0534278027da689bc6813 (diff)
Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2
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