Files
espLinuxESPIDF/components/espressif__tinyusb/examples/host/bare_api/Makefile
T
2026-05-06 19:51:30 +07:00

14 lines
221 B
Makefile
Executable File

include ../../build_system/make/make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += \
src/main.c
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../build_system/make/rules.mk