Files
lk/project/virtual/fs.mk
Travis Geiselbrecht f6f43edc3c [fs][tests] break some fs tests into their own module
Include the test modules if the overal virtual/test module is included.
Also set a new global build system var along with a configuration
variable.
2022-04-25 23:17:55 -07:00

10 lines
173 B
Makefile

# modules related to a file system layer some file system implementations
MODULES += \
lib/fs \
lib/fs/ext2 \
lib/fs/fat \
lib/fs/spifs \
lib/fs/memfs