Changeset 49a796f1 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2018-05-31T16:11:01Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8afd5a
Parents:
fda19b8
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 15:19:10)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 16:11:01)
Message:

Split the async framework into several parts.

This segregates existing code into three separate files,
to make the async framework easier to navigate and understand.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rfda19b8 r49a796f1  
    134134        generic/ipc.c \
    135135        generic/ns.c \
    136         generic/async.c \
     136        generic/async/client.c \
     137        generic/async/server.c \
     138        generic/async/ports.c \
    137139        generic/loader.c \
    138140        generic/getopt.c \
Note: See TracChangeset for help on using the changeset viewer.