Changeset 8fb1bf82 in mainline for uspace/lib/net/Makefile
- Timestamp:
- 2010-11-25T13:42:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8df8415
- Parents:
- a93d79a (diff), eb667613 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/Makefile
ra93d79a r8fb1bf82 38 38 generic/packet_client.c \ 39 39 generic/packet_remote.c \ 40 generic/ socket_core.c \40 generic/protocol_map.c \ 41 41 adt/module_map.c \ 42 42 netif/netif_local.c \ 43 43 netif/netif_remote.c \ 44 44 nil/nil_remote.c \ 45 il/il_interface.c \ 45 46 il/ip_remote.c \ 46 47 il/ip_client.c \ … … 48 49 tl/icmp_remote.c \ 49 50 tl/icmp_client.c \ 51 tl/socket_core.c \ 52 tl/tl_interface.c \ 50 53 tl/tl_common.c 51 54
Note:
See TracChangeset
for help on using the changeset viewer.