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