diff options
Diffstat (limited to 'fs/fdos/vfat.c')
-rw-r--r-- | fs/fdos/vfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c index 46a464b293f..0e7883b0ab3 100644 --- a/fs/fdos/vfat.c +++ b/fs/fdos/vfat.c @@ -25,7 +25,7 @@ #include <common.h> #include <config.h> -#if (CONFIG_COMMANDS & CFG_CMD_FDOS) +#if defined(CONFIG_CMD_FDOS) #include <linux/ctype.h> #include "dos.h" |