Various fixes to get Unix domain sockets to build on the simulator without Ethernet

This commit is contained in:
Gregory Nutt 2015-01-27 14:11:46 -06:00
parent 523b12c624
commit 9b5fe1e446

View File

@ -98,7 +98,7 @@ ifeq ($(CONFIG_ARCH_ROMGETC),y)
CSRCS += up_romgetc.c
endif
ifeq ($(CONFIG_NET),y)
ifeq ($(CONFIG_NET_ETHERNET),y)
CSRCS += up_netdriver.c
HOSTCFLAGS += -DNETDEV_BUFSIZE=$(CONFIG_NET_ETH_MTU)
ifneq ($(HOSTOS),Cygwin)