This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
c507ebff43
RIOT
/
pkg
/
lua
/
Makefile.include
4 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
pkg/lua: add download and build of lua as pkg - download of v5.3.4 of Lua from git - building using RIOT build system - patched to remove the need for _times and _link to be provided to Lua via newlib.
2018-03-28 17:45:53 +02:00
INCLUDES
+=
-I
$(
PKGDIRBASE
)
/lua
pkg/lua: Provide better integration with RIOT - Remove file related functions from loader. * All packages must be builtin. - Remove os.tmpname. - Interface with TLSF. - Don't abort() when out of memory.
2018-03-28 17:45:53 +02:00
INCLUDES
+=
-I
$(
RIOTPKG
)
/lua/include
DIRS
+=
$(
RIOTPKG
)
/lua/contrib
Copy Permalink