summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/Makefile
blob: 7fa475da553542a6b39db6dac0c87236ecc65262 (plain)
1
2
3
4
5
6
7
8
9
10
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