1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tensorflow-lite/Makefile.tensorflow-lite-kernels-internal

12 lines
210 B
Makefile
Raw Normal View History

MODULE = tensorflow-lite-kernels-internal
CXXEXFLAGS += -Wno-unused-function
CXXEXFLAGS += -Wno-unused-parameter
SRCXXEXT = cc
NO_AUTO_SRC = 1
SRCXX = quantization_util.cc
include $(RIOTBASE)/Makefile.base