mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
MODULE = tensorflow-lite-c
|
|
|
|
CFLAGS += -Wno-strict-prototypes
|
|
CFLAGS += -Wno-old-style-definition
|
|
|
|
NO_AUTO_SRC = 1
|
|
SRC = common.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|