diff options
| author | Ha Thach <[email protected]> | 2020-10-10 14:33:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-10 14:33:42 +0700 |
| commit | 762b390433849d908b4ffa454e3103d3103f6980 (patch) | |
| tree | f272816f53227fb84c93fb3320b4c8388063c68a /examples/device/audio_test/Makefile | |
| parent | 8a07b9b9c02248fa2bcb809ee6f7949fcd38e217 (diff) | |
| parent | a85c4ee11ddb33522fb40937dfa09faea6c9132a (diff) | |
Merge pull request #521 from PanRe/uac2
Uac2
Diffstat (limited to 'examples/device/audio_test/Makefile')
| -rw-r--r-- | examples/device/audio_test/Makefile | 12 |
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 |
