CLSH1001-Firmware/managed_components/espressif__tinyusb/examples/device/dfu/Makefile
2024-03-05 16:09:49 -06:00

15 lines
209 B
Makefile

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