mirror of
https://github.com/gosticks/RIOT.git
synced 2026-02-01 06:27:33 +00:00
- Remove file related functions from loader. * All packages must be builtin. - Remove os.tmpname. - Interface with TLSF. - Don't abort() when out of memory.
4 lines
100 B
Makefile
4 lines
100 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/lua
|
|
INCLUDES += -I$(RIOTPKG)/lua/include
|
|
DIRS += $(RIOTPKG)/lua/contrib
|