1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/pkg_tensorflow-lite/Makefile

12 lines
211 B
Makefile
Raw Normal View History

# Ensure minimal size by default
DEVELHELP ?= 0
include ../Makefile.tests_common
EXAMPLE ?= hello_world
USEPKG += tensorflow-lite
USEMODULE += tensorflow-lite-$(EXAMPLE)
include $(RIOTBASE)/Makefile.include