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