romfs support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-15 19:49:35 +01:00
parent 15abb5547f
commit 29184e9312
3 changed files with 351 additions and 0 deletions

View file

@ -977,6 +977,11 @@ module = {
common = fs/reiserfs.c;
};
module = {
name = romfs;
common = fs/romfs.c;
};
module = {
name = sfs;
common = fs/sfs.c;