espressif_tinyusb/examples/device/usbtmc/Makefile

13 lines
220 B
Makefile
Raw Permalink Normal View History

2019-09-14 18:13:11 +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