1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
RIOT/pkg/lua/Makefile.dep
2019-10-30 15:40:09 +01:00

10 lines
250 B
Makefile

USEPKG += tlsf
USEMODULE += lua-contrib
USEMODULE += printf_float
# LUA is only supported by 32-bit architectures
FEATURES_REQUIRED += arch_32bit
# LUA is not supported on MIPS because of missing stdin over UART
FEATURES_BLACKLIST += arch_mips32r2