summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/pkt/Make.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/net/pkt/Make.defs b/nuttx/net/pkt/Make.defs
index ae70a0205..f9ea5b270 100644
--- a/nuttx/net/pkt/Make.defs
+++ b/nuttx/net/pkt/Make.defs
@@ -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