1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-07 21:26:39 +08:00

12 lines
190 B
Makefile
Raw Normal View History

2020-10-01 13:15:37 -05:00
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk