commit | 0d7eff873caaeac84de01a1acdca983d2c7ba3fe | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jul 14 19:08:38 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Jul 15 17:35:24 2008 +0300 |
tree | 67294bf69f187e35fb8ee69946cb70877861f830 | |
parent | 1e51764a3c2ac05a23a22b2a95ddee4d9bffb16d [diff] [blame] |
UBIFS: include to compilation Add UBIFS to Makefile and Kbuild. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
diff --git a/fs/Kconfig b/fs/Kconfig index 2694648..a52cf62 100644 --- a/fs/Kconfig +++ b/fs/Kconfig
@@ -1375,6 +1375,9 @@ endchoice +# UBIFS File system configuration +source "fs/ubifs/Kconfig" + config CRAMFS tristate "Compressed ROM file system support (cramfs)" depends on BLOCK