summaryrefslogtreecommitdiff
path: root/examples/device/uac2_headset/Makefile
blob: e8cacd3598176d13a294da515ff42781f788860d (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../../../hw/bsp/family_support.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