Files
watch-watch/managed_components/espressif__tinyusb/examples/host/hid_controller/Makefile
2025-12-13 11:59:11 +02:00

15 lines
238 B
Makefile

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