Files
tinyusb/examples/host/hid_controller/Makefile
2025-10-14 15:14:43 +07:00

15 lines
240 B
Makefile

include ../../../hw/bsp/family_support.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