mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 21:14:09 +00:00
Rename if.c to if_api.c
This renames if.c to if_api.c in order to avoid using a common source file name which may collide with other source files from non-LwIP projects. See discussion in task #14314
This commit is contained in:
parent
ff04c2046e
commit
b6c995fed8
@ -71,7 +71,7 @@ CORE6FILES=$(LWIPDIR)/core/ipv6/dhcp6.c \
|
||||
APIFILES=$(LWIPDIR)/api/api_lib.c \
|
||||
$(LWIPDIR)/api/api_msg.c \
|
||||
$(LWIPDIR)/api/err.c \
|
||||
$(LWIPDIR)/api/if.c \
|
||||
$(LWIPDIR)/api/if_api.c \
|
||||
$(LWIPDIR)/api/netbuf.c \
|
||||
$(LWIPDIR)/api/netdb.c \
|
||||
$(LWIPDIR)/api/netifapi.c \
|
||||
|
Loading…
Reference in New Issue
Block a user