summaryrefslogtreecommitdiff
path: root/examples/device/uac2_speaker_fb/Makefile
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2023-11-19 23:46:00 +0100
committerHiFiPhile <[email protected]>2024-04-26 20:11:08 +0200
commitf2d455226ac7b83dfd1e7ef56124e6fecfc4a40e (patch)
tree041925f8fcc98f3d070a719ea3ca508e5b7ab7ff /examples/device/uac2_speaker_fb/Makefile
parent02e129a38e14f0be1944290b6e68fafc571b0562 (diff)
Add UAC2 speaker with feedback example.
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