Changes in uspace/Makefile [09a0a8f0:3e67ab1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r09a0a8f0 r3e67ab1 42 42 app/getterm \ 43 43 app/init \ 44 app/inet \ 44 45 app/kill \ 45 46 app/killall \ 46 47 app/klog \ 47 app/loc info\48 app/loc \ 48 49 app/lsusb \ 49 50 app/mkfat \ 51 app/mkexfat \ 50 52 app/mkmfs \ 53 app/nterm \ 51 54 app/redir \ 52 55 app/sbi \ … … 66 69 app/nettest3 \ 67 70 app/ping \ 68 app/websrv \69 71 app/sysinfo \ 70 72 app/mkbd \ 71 srv/clip \ 72 srv/loc \ 73 app/websrv \ 74 srv/clipboard \ 75 srv/locsrv \ 73 76 srv/devman \ 74 77 srv/loader \ 78 srv/net/ethip \ 79 srv/net/inetsrv \ 80 srv/net/loopip \ 81 srv/net/tcp \ 82 srv/net/udp \ 75 83 srv/ns \ 76 84 srv/taskmon \ … … 95 103 srv/hid/remcons \ 96 104 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 \124 123 drv/nic/ne2k \ 125 124 drv/nic/e1k \ … … 171 170 DIRS += \ 172 171 srv/hw/irc/obio 173 endif174 175 ifeq ($(UARCH),arm32)176 DIRS += \177 drv/infrastructure/rootamdm37x178 172 endif 179 173
Note:
See TracChangeset
for help on using the changeset viewer.