Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4577 → Rev 4578

/branches/network/uspace/srv/net/net/Makefile
59,14 → 59,13
$(NET_BASE)il/ip/ip_client.c \
$(NET_BASE)inet.c \
$(NET_BASE)tl/tcp/tcp.c \
$(NET_BASE)tl/udp/udp.c
$(NET_BASE)tl/udp/udp.c \
$(NET_BASE)socket/socket_core.c
 
else
 
SOURCES += $(NAME)_standalone.c \
$(NET_BASE)il/arp/arp_remote.c \
$(NET_BASE)il/ip/ip_remote.c \
# $(NET_BASE)tl/tcp/tcp_remote.c
$(NET_BASE)il/ip/ip_remote.c
 
endif