mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
12 lines
217 B
Makefile
12 lines
217 B
Makefile
include ../../make.mk
|
|
|
|
INC += \
|
|
src \
|
|
$(TOP)/hw \
|
|
|
|
# Example source
|
|
SRC_C += $(addprefix $(CURRENT_PATH)/, $(wildcard src/*.c))
|
|
SRC_CXX += $(addprefix $(CURRENT_PATH)/, $(wildcard src/*.cc))
|
|
|
|
include ../../rules.mk
|