mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
NET: Some minor clean-up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* netuip/devif_input.c
|
||||
* net/devif/devif_input.c
|
||||
* The uIP TCP/IP stack code.
|
||||
*
|
||||
* Copyright (C) 2007-2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# Include uip build support
|
||||
# Include ICMP build support
|
||||
|
||||
DEPPATH += --dep-path icmp
|
||||
VPATH += :icmp
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ ifeq ($(CONFIG_NET_UDP),y)
|
||||
|
||||
NET_CSRCS += udp_conn.c udp_poll.c udp_send.c udp_input.c udp_callback.c
|
||||
|
||||
# Include uip build support
|
||||
# Include UDP build support
|
||||
|
||||
DEPPATH += --dep-path udp
|
||||
VPATH += :udp
|
||||
|
||||
Reference in New Issue
Block a user