diff options
Diffstat (limited to 'drivers/sk98lin/uboot_drv.c')
| -rw-r--r-- | drivers/sk98lin/uboot_drv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/sk98lin/uboot_drv.c b/drivers/sk98lin/uboot_drv.c index 263dac810..ff06ab38f 100644 --- a/drivers/sk98lin/uboot_drv.c +++ b/drivers/sk98lin/uboot_drv.c @@ -25,7 +25,7 @@  #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_NET_MULTI) && \ +#if ((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)) && defined(CONFIG_NET_MULTI) && \  	defined(CONFIG_SK98)  #include "h/skdrv1st.h" |