mirror of
https://github.com/gosticks/RIOT.git
synced 2026-09-23 09:30:31 +00:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
MODULE = tensorflow-lite-kernels
|
|
|
|
CXXEXFLAGS += -Wno-missing-field-initializers
|
|
CXXEXFLAGS += -Wno-unused-function
|
|
CXXEXFLAGS += -Wno-unused-parameter
|
|
|
|
SRCXXEXT = cc
|
|
|
|
NO_AUTO_SRC = 1
|
|
SRCXX = kernel_util.cc
|
|
|
|
include $(RIOTBASE)/Makefile.base
|