summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/hid_composite/Makefile
blob: 69b633fea4cd255762c87d6087e67392379f61b9 (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