espressif_tinyusb/test/fuzz/device/cdc/Makefile

13 lines
250 B
Makefile
Raw Normal View History

2022-12-08 04:39:54 +01:00
include ../../../../tools/top.mk
2022-11-10 03:09:58 +01:00
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