RIOT/tests/unittests/tests-vfs/Makefile.include
Joakim Nohlgård dcc37329df sys/vfs: A virtual file system (VFS) layer for RIOT
The VFS layer provides file system abstractions to allow using a unified
interface to access files from mounted file systems.
2017-03-07 17:59:57 +01:00

3 lines
38 B
Makefile

USEMODULE += vfs
USEMODULE += constfs