Subversion Repositories HelenOS

Rev

Rev 4505 | Rev 4578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4505 Rev 4559
Line 55... Line 55...
55
	SOURCES +=	$(NAME)_bundle.c \
55
	SOURCES +=	$(NAME)_bundle.c \
56
				$(NET_BASE)crc.c \
56
				$(NET_BASE)crc.c \
57
				$(NET_BASE)il/arp/arp.c \
57
				$(NET_BASE)il/arp/arp.c \
58
				$(NET_BASE)il/ip/ip.c \
58
				$(NET_BASE)il/ip/ip.c \
59
				$(NET_BASE)il/ip/ip_client.c \
59
				$(NET_BASE)il/ip/ip_client.c \
60
				$(NET_BASE)sockaddr.c \
60
				$(NET_BASE)inet.c \
61
				$(NET_BASE)tl/tcp/tcp.c \
61
				$(NET_BASE)tl/tcp/tcp.c \
62
				$(NET_BASE)tl/udp/udp.c
62
				$(NET_BASE)tl/udp/udp.c
63
 
63
 
64
else
64
else
65
 
65