Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / fs / LBuild
1 use("twifs")
2 use("ramfs")
3 use("iso9660")
4
5 sources([
6     "twimap.c",
7     "pcache.c",
8     "mount.c",
9     "xattr.c",
10     "vfs.c",
11     "defaults.c",
12     "path_walk.c",
13     "fsm.c",
14     "fs_export.c",
15     "probe_boot.c"
16 ])