Changeset c5808b41 in mainline for uspace/srv/net/tl/tcp/Makefile


Ignore:
Timestamp:
2011-09-18T17:51:58Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c55a64
Parents:
45a9cf4
Message:

Remove old TCP module and replace it with a new one (WIP).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/Makefile

    r45a9cf4 rc5808b41  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
     2# Copyright (c) 2011 Jiri Svoboda
    43# All rights reserved.
    54#
     
    3433
    3534SOURCES = \
    36         tcp.c
     35        conn.c \
     36        header.c \
     37        iqueue.c \
     38        rqueue.c \
     39        segment.c \
     40        seq_no.c \
     41        state.c \
     42        tcp.c \
     43        test.c \
     44        tqueue.c
    3745
    3846include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.