Fix file names in new net/pkt/Make.defs
This commit is contained in:
parent
acf42e2ce4
commit
7622706cde
@ -38,10 +38,10 @@ ifeq ($(CONFIG_NET),y)
|
||||
# Packet socket support
|
||||
|
||||
ifeq ($(CONFIG_NET_PKT),y)
|
||||
NET_CSRCS += uip_pktconn.c
|
||||
NET_CSRCS += uip_pktinput.c
|
||||
NET_CSRCS += uip_pktcallback.c
|
||||
NET_CSRCS += uip_pktpoll.c
|
||||
NET_CSRCS += pkt_conn.c
|
||||
NET_CSRCS += pkt_input.c
|
||||
NET_CSRCS += pkt_callback.c
|
||||
NET_CSRCS += pkt_poll.c
|
||||
|
||||
# Include packet socket build support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user