Files
tinyusb/examples/device/mtp/Makefile
2025-10-14 17:53:55 +07:00

12 lines
216 B
Makefile

include ../../../hw/bsp/family_support.mk
INC += \
src \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))
include ../../../hw/bsp/family_rules.mk