espressif_tinyusb/examples/device/hid_composite/Makefile

13 lines
220 B
Makefile
Raw Permalink Normal View History

2019-09-11 08:00:15 +02:00
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