git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
optimize the menuconfig redrawing
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
LBuild
1
use("twifs")
2
use("ramfs")
3
4
if configured("fs_iso9660"):
5
use("iso9660")
6
7
if configured("fs_ext2"):
8
use("ext2")
9
10
sources([
11
"twimap.c",
12
"pcache.c",
13
"mount.c",
14
"xattr.c",
15
"vfs.c",
16
"defaults.c",
17
"path_walk.c",
18
"fsm.c",
19
"fs_export.c",
20
"probe_boot.c"
21
])
22