From 5d303ec17efc511d8cfe0919a790b44e24a8aad9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 1 Sep 2007 18:06:15 +0000 Subject: Added support for socket descriptors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@318 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/net/Makefile') diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile index 52c055014..3f5103872 100644 --- a/nuttx/net/Makefile +++ b/nuttx/net/Makefile @@ -37,9 +37,9 @@ MKDEP = $(TOPDIR)/tools/mkdeps.sh -ifeq ($(CONFIG_NET_UIP),y) +ifeq ($(CONFIG_NET),y) STD_ASRCS = -STD_CSRCS = socket.c bind.c +STD_CSRCS = socket.c bind.c net_sockets.c include uip/Make.defs endif @@ -71,7 +71,7 @@ $(BIN): $(OBJS) done ; ) .depend: Makefile $(SRCS) -ifeq ($(CONFIG_NET_UIP),y) +ifeq ($(CONFIG_NET),y) $(MKDEP) --dep-path . --dep-path uip $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep endif touch $@ -- cgit v1.2.3