summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/hid_boot_interface/Makefile
blob: 138c27846b99ea025dbcae1aa8496aead83e0ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include ../../../tools/top.mk
include ../../make.mk

INC += \
	src \
	$(TOP)/hw \

# Example source
EXAMPLE_SOURCE += \
	src/main.c \
	src/usb_descriptors.c
	
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))

include ../../rules.mk