NET: Some minor clean-up
This commit is contained in:
parent
11826c3a9e
commit
96a6c725d5
@ -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.
|
||||
|
@ -48,7 +48,7 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# Include uip build support
|
||||
# Include ICMP build support
|
||||
|
||||
DEPPATH += --dep-path icmp
|
||||
VPATH += :icmp
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user