Changes in uspace/Makefile [3e67ab1:09a0a8f0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e67ab1 r09a0a8f0 42 42 app/getterm \ 43 43 app/init \ 44 app/inet \45 44 app/kill \ 46 45 app/killall \ 47 46 app/klog \ 48 app/loc \47 app/locinfo \ 49 48 app/lsusb \ 50 49 app/mkfat \ 51 app/mkexfat \52 50 app/mkmfs \ 53 app/nterm \54 51 app/redir \ 55 52 app/sbi \ … … 69 66 app/nettest3 \ 70 67 app/ping \ 68 app/websrv \ 71 69 app/sysinfo \ 72 70 app/mkbd \ 73 app/websrv \ 74 srv/clipboard \ 75 srv/locsrv \ 71 srv/clip \ 72 srv/loc \ 76 73 srv/devman \ 77 74 srv/loader \ 78 srv/net/ethip \79 srv/net/inetsrv \80 srv/net/loopip \81 srv/net/tcp \82 srv/net/udp \83 75 srv/ns \ 84 76 srv/taskmon \ … … 103 95 srv/hid/remcons \ 104 96 srv/hw/char/s3c24xx_uart \ 97 srv/net/il/arp \ 98 srv/net/il/ip \ 99 srv/net/tl/icmp \ 100 srv/net/tl/udp \ 101 srv/net/tl/tcp \ 102 srv/net/nil/eth \ 103 srv/net/nil/nildummy \ 104 srv/net/net \ 105 105 drv/infrastructure/root \ 106 106 drv/infrastructure/rootvirt \ … … 121 121 drv/bus/usb/usbmid \ 122 122 drv/bus/usb/vhc \ 123 drv/nic/lo \ 123 124 drv/nic/ne2k \ 124 125 drv/nic/e1k \ … … 170 171 DIRS += \ 171 172 srv/hw/irc/obio 173 endif 174 175 ifeq ($(UARCH),arm32) 176 DIRS += \ 177 drv/infrastructure/rootamdm37x 172 178 endif 173 179
Note:
See TracChangeset
for help on using the changeset viewer.