Changeset 0c2d9bb in mainline for uspace/Makefile
- Timestamp:
- 2013-12-25T22:54:29Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b51cf2c
- Parents:
- f7a33de (diff), ac36aed (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
rf7a33de r0c2d9bb 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 \ 47 app/hdisk \ 45 48 app/init \ 46 49 app/inet \ … … 66 69 app/trace \ 67 70 app/top \ 71 app/untar \ 68 72 app/usbinfo \ 69 73 app/vuhid \ 70 74 app/netecho \ 75 app/netspeed \ 71 76 app/nettest1 \ 72 77 app/nettest2 \ 73 78 app/nettest3 \ 74 79 app/ping \ 75 app/ping6 \76 80 app/sysinfo \ 77 81 app/mkbd \ 78 82 app/date \ 79 83 app/vdemo \ 84 app/viewer \ 80 85 app/vlaunch \ 81 86 app/vterm \ 87 app/df \ 82 88 app/wavplay \ 83 89 app/websrv \ … … 88 94 srv/devman \ 89 95 srv/loader \ 96 srv/net/dhcp \ 90 97 srv/net/dnsrsrv \ 91 98 srv/net/ethip \ 92 99 srv/net/inetsrv \ 93 100 srv/net/loopip \ 101 srv/net/nconfsrv \ 94 102 srv/net/slip \ 95 103 srv/net/tcp \ … … 119 127 srv/hid/remcons \ 120 128 srv/hw/char/s3c24xx_uart \ 129 srv/hid/rfb \ 121 130 drv/audio/sb16 \ 122 131 drv/infrastructure/root \ … … 188 197 endif 189 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 190 206 ifeq ($(UARCH),ppc32) 191 207 DIRS += \ … … 222 238 lib/gui \ 223 239 lib/hound \ 240 lib/http \ 224 241 lib/softrend \ 225 242 lib/draw \ 243 lib/math \ 226 244 lib/net \ 227 245 lib/nic \ 228 246 lib/ext4 \ 247 lib/uri \ 229 248 lib/usb \ 230 249 lib/usbhost \ … … 234 253 lib/pcm \ 235 254 lib/bithenge \ 236 lib/posix 255 lib/posix \ 256 lib/mbr \ 257 lib/gpt 237 258 238 259 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.