]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/subdir.c
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[karo-tx-uboot.git] / fs / fdos / subdir.c
index 97b25047ae4dc15923999b037b262c25e9be2549..deaccf159fc6ab3555094c5e5c89c99690ebe2bb 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"