summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/cdc_dual_ports/Makefile
blob: 5a455078e17ac0e43138ab8cc02bcd67116beaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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