diff --git a/fs/cramfs/uncompress.c b/fs/cramfs/uncompress.c index 2e906eb4cfa498a2c61e1f5d39050fe6ef894628..a9c0b7d46ebd0514d7402a6ed3829eb05e94ec31 100644 --- a/fs/cramfs/uncompress.c +++ b/fs/cramfs/uncompress.c @@ -25,7 +25,7 @@ #include <watchdog.h> #include <zlib.h> -#if defined(CONFIG_CMD_JFFS2) +#if defined(CONFIG_CMD_CRAMFS) static z_stream stream;