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