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.
10 lines
173 B
Makefile
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
|
|
|