summaryrefslogtreecommitdiff
path: root/examples/device/cdc_uac2/Makefile
blob: 6276be8d0dd61dd15946dd2c60f910bf4e6756c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../../../hw/bsp/family_support.mk

INC += \
	src \


# Example source
EXAMPLE_SOURCE += \
  src/cdc_app.c \
  src/main.c \
  src/uac2_app.c \
  src/usb_descriptors.c \

SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))

include ../../../hw/bsp/family_rules.mk