build mmnif only on RockCreek
This commit is contained in:
parent
173c5d54b6
commit
399876928f
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <netif/etharp.h> /* ethernet arp packets */
|
||||
#include <lwip/ip.h> /* struct iphdr*/
|
||||
#include <lwip/tcpip.h> /* tcpip_input()*/
|
||||
#if defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK)
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
|
@ -1122,3 +1123,5 @@ int mmnif_close(void)
|
|||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue