Don't error out if no ethernet definitions available

This commit is contained in:
Gregory Nutt 2014-12-30 13:26:18 -06:00
parent 9a71dc091b
commit 408139dada

View File

@ -46,8 +46,6 @@
# include "chip/tm4c_ethernet.h"
#elif defined(CONFIG_ARCH_CHIP_LM3S)
# include "chip/lm3s_ethernet.h"
#else
# error Ethernet register definitions unknown for this chip
#endif
#endif /* __ARCH_ARM_SRC_TIVA_CHIP_TIVA_ETHERNET_H */