build mmnif only on RockCreek

This commit is contained in:
Stefan Lankes 2011-08-06 18:09:25 +02:00
parent 173c5d54b6
commit 399876928f

View file

@ -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