summaryrefslogtreecommitdiff
path: root/examples/device/uac2_speaker_fb/Makefile
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-08-05 17:07:47 +0200
committerGitHub <[email protected]>2024-08-05 17:07:47 +0200
commita7d188832841cc5cbffdf433c07e4897f45c1088 (patch)
tree73516442e08eaca7dd11ba126ead9281b812b557 /examples/device/uac2_speaker_fb/Makefile
parent4232642899362fa5e9cf0dc59bad6f1f6d32c563 (diff)
parent6a67bac47c0f83eebd63ca99654ed26e51b21145 (diff)
Merge pull request #2328 from HiFiPhile/rx_fb
UAC2: Implement feedback by fifo counting.
Diffstat (limited to 'examples/device/uac2_speaker_fb/Makefile')
-rw-r--r--examples/device/uac2_speaker_fb/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/device/uac2_speaker_fb/Makefile b/examples/device/uac2_speaker_fb/Makefile
new file mode 100644
index 000000000..7fa475da5
--- /dev/null
+++ b/examples/device/uac2_speaker_fb/Makefile
@@ -0,0 +1,11 @@
+include ../../build_system/make/make.mk
+
+INC += \
+ src \
+ $(TOP)/hw \
+
+# Example source
+EXAMPLE_SOURCE += $(wildcard src/*.c)
+SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
+
+include ../../build_system/make/rules.mk