diff options
Diffstat (limited to 'drivers/rtl8169.c')
-rw-r--r-- | drivers/rtl8169.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtl8169.c b/drivers/rtl8169.c index 3393ba8..1810850 100644 --- a/drivers/rtl8169.c +++ b/drivers/rtl8169.c @@ -55,7 +55,7 @@ #include <asm/io.h> #include <pci.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_RTL8169) #undef DEBUG_RTL8169 |