diff options
Diffstat (limited to 'common/cmd_reiser.c')
| -rw-r--r-- | common/cmd_reiser.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index 09c86e66d..f54019b5f 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -28,7 +28,7 @@   */  #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_REISER) +#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_CMD_REISER)  #include <config.h>  #include <command.h>  #include <image.h> |