Changes in uspace/Makefile [9916841:92e717c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9916841 r92e717c 95 95 srv/hw/char/i8042 \ 96 96 srv/hw/char/s3c24xx_uart \ 97 srv/hw/netif/ne2000 \ 98 srv/net/netif/lo \ 97 99 srv/net/il/arp \ 98 100 srv/net/il/ip \ … … 100 102 srv/net/tl/udp \ 101 103 srv/net/tl/tcp \ 102 srv/net/nil/eth \103 srv/net/nil/nildummy \104 104 srv/net/net \ 105 105 drv/infrastructure/root \ … … 117 117 drv/bus/usb/usbmast \ 118 118 drv/bus/usb/usbmid \ 119 drv/bus/usb/vhc \ 120 drv/nic/lo \ 121 drv/nic/ne2k \ 122 drv/nic/e1k 119 drv/bus/usb/usbmouse \ 120 drv/bus/usb/vhc 123 121 124 122 ifeq ($(CONFIG_PCC),y) … … 134 132 app/binutils 135 133 endif 134 135 ## Networking 136 # 137 138 DIRS += \ 139 srv/net/nil/eth \ 140 srv/net/nil/nildummy 136 141 137 142 ## Platform-specific hardware support … … 182 187 lib/softfloat \ 183 188 lib/drv \ 189 lib/packet \ 184 190 lib/fb \ 185 191 lib/net \ 186 lib/nic \187 192 lib/ext2 \ 188 193 lib/usb \
Note:
See TracChangeset
for help on using the changeset viewer.