]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fat/file.c
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[karo-tx-uboot.git] / fs / fat / file.c
index f999ac5a254a846856f2c2523c6f6d9a12d045b1..34d046163ba5ff2117700f89f34f38575ea54cfb 100644 (file)
@@ -32,7 +32,7 @@
 #include <linux/stat.h>
 #include <linux/time.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_FAT)
+#if (CONFIG_COMMANDS & CFG_CMD_FAT) || defined(CONFIG_CMD_FAT)
 
 /* Supported filesystems */
 static const struct filesystem filesystems[] = {