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

14 lines
210 B
Makefile

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