mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
18 lines
322 B
Makefile
18 lines
322 B
Makefile
MODULE = tensorflow-lite-core
|
|
|
|
CXXEXFLAGS += -Wno-sign-compare
|
|
CXXEXFLAGS += -Wno-type-limits
|
|
|
|
SRCXXEXT = cc
|
|
SRCXXEXCLUDE = $(wildcard *_test.$(SRCXXEXT))
|
|
|
|
NO_AUTO_SRC = 1
|
|
SRCXX = \
|
|
error_reporter.cc \
|
|
flatbuffer_conversions.cc \
|
|
op_resolver.cc \
|
|
tensor_utils.cc \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.base
|