Changeset 3f03199 in mainline for uspace/Makefile
- Timestamp:
- 2013-09-15T06:33:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9348862
- Parents:
- dd7078c (diff), 1c0cef0 (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
rdd7078c r3f03199 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 \ … … 49 51 app/klog \ 50 52 app/loc \ 53 app/logset \ 51 54 app/mixerctl \ 52 app/logset \53 55 app/mkfat \ 54 56 app/mkexfat \ … … 69 71 app/vuhid \ 70 72 app/netecho \ 73 app/netspeed \ 71 74 app/nettest1 \ 72 75 app/nettest2 \ … … 76 79 app/sysinfo \ 77 80 app/mkbd \ 78 app/wavplay \79 81 app/date \ 80 app/websrv \81 srv/audio/hound \82 82 app/vdemo \ 83 83 app/vlaunch \ 84 84 app/vterm \ 85 app/df \ 86 app/wavplay \ 87 app/websrv \ 88 srv/audio/hound \ 85 89 srv/clipboard \ 86 90 srv/locsrv \ … … 88 92 srv/devman \ 89 93 srv/loader \ 94 srv/net/dhcp \ 90 95 srv/net/dnsrsrv \ 91 96 srv/net/ethip \ … … 119 124 srv/hid/remcons \ 120 125 srv/hw/char/s3c24xx_uart \ 126 srv/hid/rfb \ 121 127 drv/audio/sb16 \ 122 128 drv/infrastructure/root \ … … 187 193 endif 188 194 195 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 196 DIRS += \ 197 drv/infrastructure/rootmalta \ 198 drv/bus/pci/pciintel \ 199 drv/bus/isa 200 endif 201 189 202 ifeq ($(UARCH),ppc32) 190 203 DIRS += \ … … 218 231 lib/softfloat \ 219 232 lib/drv \ 220 lib/hound \221 233 lib/graph \ 222 234 lib/gui \ 235 lib/hound \ 236 lib/http \ 223 237 lib/softrend \ 224 238 lib/draw \ … … 226 240 lib/nic \ 227 241 lib/ext4 \ 242 lib/uri \ 228 243 lib/usb \ 229 244 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.