diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net.h b/include/net.h index e50c3819b..623d22508 100644 --- a/include/net.h +++ b/include/net.h @@ -29,7 +29,7 @@  # endif  #endif	/* CONFIG_MPC5xxx */ -#if !defined(CONFIG_NET_MULTI) && (defined(CONFIG_8260) || defined(CONFIG_MPC8560)) +#if !defined(CONFIG_NET_MULTI) && defined(CONFIG_CPM2)  #include <config.h>  #if defined(CONFIG_ETHER_ON_FCC)  #if defined(CONFIG_ETHER_ON_SCC) |