Changeset 2093fbe in mainline


Ignore:
Timestamp:
2013-05-07T19:23:26Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b64cf0
Parents:
9e7898e
Message:

Basic infrastructure for the SLIP server.

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r9e7898e r2093fbe  
    115115        $(USPACE_PATH)/srv/net/inetsrv/inetsrv \
    116116        $(USPACE_PATH)/srv/net/loopip/loopip \
     117        $(USPACE_PATH)/srv/net/slip/slip \
    117118        $(USPACE_PATH)/srv/net/tcp/tcp \
    118119        $(USPACE_PATH)/srv/net/udp/udp \
  • uspace/Makefile

    r9e7898e r2093fbe  
    8585        srv/net/inetsrv \
    8686        srv/net/loopip \
     87        srv/net/slip \
    8788        srv/net/tcp \
    8889        srv/net/udp \
Note: See TracChangeset for help on using the changeset viewer.