summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-27 14:11:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-27 14:11:46 -0600
commit679244ccea82868acb86ef68fe550cb65c475c5c (patch)
treeaa783282c4c9c3d61628765e9231b7fc4462c58a /nuttx/arch/sim
parenta62b97e36baab287c8bb412455b042d7274e567f (diff)
downloadpx4-nuttx-679244ccea82868acb86ef68fe550cb65c475c5c.tar.gz
px4-nuttx-679244ccea82868acb86ef68fe550cb65c475c5c.tar.bz2
px4-nuttx-679244ccea82868acb86ef68fe550cb65c475c5c.zip
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
Diffstat (limited to 'nuttx/arch/sim')
-rw-r--r--nuttx/arch/sim/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index 4507ce60d..0fd5bfea9 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -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)