diff options
| author | HiFiPhile <[email protected]> | 2024-08-05 17:07:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-05 17:07:47 +0200 |
| commit | a7d188832841cc5cbffdf433c07e4897f45c1088 (patch) | |
| tree | 73516442e08eaca7dd11ba126ead9281b812b557 /examples/device/uac2_speaker_fb/Makefile | |
| parent | 4232642899362fa5e9cf0dc59bad6f1f6d32c563 (diff) | |
| parent | 6a67bac47c0f83eebd63ca99654ed26e51b21145 (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/Makefile | 11 |
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 |
