mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
|
# 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
|