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

13 lines
220 B
Makefile

include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk