]> git.sur5r.net Git - u-boot/blobdiff - fs/jffs2/compr_rubin.c
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[u-boot] / fs / jffs2 / compr_rubin.c
index 74577d9c62b39c2b0662c62a59f1feee1a2d8dbe..b93977c054cea38afe6193fd581b462cc4a30601 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) || defined(CONFIG_CMD_JFFS2)
 
 #include <jffs2/jffs2.h>
 #include <jffs2/compr_rubin.h>