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