Changeset 609243f4 in mainline for uspace/Makefile
- Timestamp:
- 2011-10-07T15:46:01Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2c50e1
- Parents:
- f51b1d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf51b1d3 r609243f4 94 94 srv/hw/char/i8042 \ 95 95 srv/hw/char/s3c24xx_uart \ 96 srv/hw/netif/ne2000 \97 srv/net/netif/lo \98 96 srv/net/il/arp \ 99 97 srv/net/il/ip \ … … 101 99 srv/net/tl/udp \ 102 100 srv/net/tl/tcp \ 101 srv/net/nil/eth \ 102 srv/net/nil/nildummy \ 103 103 srv/net/net \ 104 104 drv/infrastructure/root \ … … 132 132 endif 133 133 134 ## Networking135 #136 137 DIRS += \138 srv/net/nil/eth \139 srv/net/nil/nildummy140 141 134 ## Platform-specific hardware support 142 135 # … … 186 179 lib/softfloat \ 187 180 lib/drv \ 188 lib/packet \189 181 lib/fb \ 190 182 lib/net \
Note:
See TracChangeset
for help on using the changeset viewer.