Changes in uspace/Makefile [1d24ad3:d7b7f5e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r1d24ad3 rd7b7f5e 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \ 40 41 app/devctl \ 41 42 app/dnscfg \ 42 43 app/dnsres \ 44 app/download \ 43 45 app/edit \ 44 46 app/getterm \ … … 50 52 app/loc \ 51 53 app/logset \ 54 app/mixerctl \ 52 55 app/mkfat \ 53 56 app/mkexfat \ … … 68 71 app/vuhid \ 69 72 app/netecho \ 73 app/netspeed \ 70 74 app/nettest1 \ 71 75 app/nettest2 \ … … 76 80 app/mkbd \ 77 81 app/date \ 78 app/websrv \79 82 app/vdemo \ 80 83 app/vlaunch \ 81 84 app/vterm \ 85 app/df \ 86 app/wavplay \ 87 app/websrv \ 88 srv/audio/hound \ 82 89 srv/clipboard \ 83 90 srv/locsrv \ … … 85 92 srv/devman \ 86 93 srv/loader \ 94 srv/net/dhcp \ 87 95 srv/net/dnsrsrv \ 88 96 srv/net/ethip \ … … 116 124 srv/hid/remcons \ 117 125 srv/hw/char/s3c24xx_uart \ 126 srv/hid/rfb \ 127 drv/audio/sb16 \ 118 128 drv/infrastructure/root \ 119 129 drv/infrastructure/rootvirt \ … … 184 194 endif 185 195 196 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 197 DIRS += \ 198 drv/infrastructure/rootmalta \ 199 drv/bus/pci/pciintel \ 200 drv/bus/isa 201 endif 202 186 203 ifeq ($(UARCH),ppc32) 187 204 DIRS += \ … … 217 234 lib/graph \ 218 235 lib/gui \ 236 lib/hound \ 237 lib/http \ 219 238 lib/softrend \ 220 239 lib/draw \ … … 222 241 lib/nic \ 223 242 lib/ext4 \ 243 lib/uri \ 224 244 lib/usb \ 225 245 lib/usbhost \ … … 227 247 lib/usbhid \ 228 248 lib/usbvirt \ 249 lib/pcm \ 229 250 lib/bithenge \ 230 251 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.