Changeset 0773396 in mainline for uspace/Makefile
- Timestamp:
- 2013-12-25T13:05:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc54126c
- Parents:
- f4a47e52 (diff), 6946f23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf4a47e52 r0773396 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 \ … … 67 69 app/trace \ 68 70 app/top \ 71 app/untar \ 69 72 app/usbinfo \ 70 73 app/vuhid \ 71 74 app/netecho \ 75 app/netspeed \ 72 76 app/nettest1 \ 73 77 app/nettest2 \ 74 78 app/nettest3 \ 75 79 app/ping \ 76 app/ping6 \77 80 app/sysinfo \ 78 81 app/mkbd \ 79 82 app/date \ 80 83 app/vdemo \ 84 app/viewer \ 81 85 app/vlaunch \ 82 86 app/vterm \ 87 app/df \ 83 88 app/wavplay \ 84 89 app/websrv \ … … 89 94 srv/devman \ 90 95 srv/loader \ 96 srv/net/dhcp \ 91 97 srv/net/dnsrsrv \ 92 98 srv/net/ethip \ 93 99 srv/net/inetsrv \ 94 100 srv/net/loopip \ 101 srv/net/nconfsrv \ 95 102 srv/net/slip \ 96 103 srv/net/tcp \ … … 120 127 srv/hid/remcons \ 121 128 srv/hw/char/s3c24xx_uart \ 129 srv/hid/rfb \ 122 130 drv/audio/sb16 \ 123 131 drv/infrastructure/root \ … … 189 197 endif 190 198 199 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 200 DIRS += \ 201 drv/infrastructure/rootmalta \ 202 drv/bus/pci/pciintel \ 203 drv/bus/isa 204 endif 205 191 206 ifeq ($(UARCH),ppc32) 192 207 DIRS += \ … … 223 238 lib/gui \ 224 239 lib/hound \ 240 lib/http \ 225 241 lib/softrend \ 226 242 lib/draw \ 243 lib/math \ 227 244 lib/net \ 228 245 lib/nic \ 229 246 lib/ext4 \ 247 lib/uri \ 230 248 lib/usb \ 231 249 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.