]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/fat.c
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[karo-tx-uboot.git] / fs / fdos / fat.c
index 2ef2371e17f19c29df4e3fb92105811437ab4fb8..7f26e2e22f75f0d8ae880de9995d11650ae85e77 100644 (file)
@@ -26,7 +26,7 @@
 #include <config.h>
 #include <malloc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS)
+#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS)
 
 #include "dos.h"
 #include "fdos.h"