Fix file names in new net/pkt/Make.defs

This commit is contained in:
Gregory Nutt 2014-06-19 07:32:07 -06:00
parent acf42e2ce4
commit 7622706cde

View File

@ -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