mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 08:55:41 +00:00
15 lines
227 B
Makefile
15 lines
227 B
Makefile
include ../../../hw/bsp/family_support.mk
|
|
|
|
INC += \
|
|
src \
|
|
|
|
|
|
# Example source
|
|
EXAMPLE_SOURCE += \
|
|
src/hid_app.c \
|
|
src/main.c
|
|
|
|
SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))
|
|
|
|
include ../../../hw/bsp/family_rules.mk
|