CLSH1001-Firmware/managed_components/espressif__tinyusb/examples/device/dfu/Makefile

15 lines
209 B
Makefile
Raw Normal View History

2024-03-06 06:09:49 +08:00
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