Changeset dd0c8a0 in mainline for uspace/Makefile
- Timestamp:
- 2013-09-29T06:56:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9bd960d
- Parents:
- 3deb0155 (diff), 13be2583 (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
r3deb0155 rdd0c8a0 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \ 40 41 app/devctl \ 42 app/dnscfg \ 43 app/dnsres \ 44 app/download \ 41 45 app/edit \ 42 46 app/getterm \ … … 48 52 app/loc \ 49 53 app/logset \ 54 app/mixerctl \ 50 55 app/mkfat \ 51 56 app/mkexfat \ … … 66 71 app/vuhid \ 67 72 app/netecho \ 73 app/netspeed \ 68 74 app/nettest1 \ 69 75 app/nettest2 \ 70 76 app/nettest3 \ 71 77 app/ping \ 78 app/ping6 \ 72 79 app/sysinfo \ 73 80 app/mkbd \ 74 81 app/date \ 75 app/websrv \76 82 app/vdemo \ 77 83 app/vlaunch \ 78 84 app/vterm \ 85 app/df \ 86 app/wavplay \ 87 app/websrv \ 88 srv/audio/hound \ 79 89 srv/clipboard \ 80 90 srv/locsrv \ … … 82 92 srv/devman \ 83 93 srv/loader \ 94 srv/net/dhcp \ 95 srv/net/dnsrsrv \ 84 96 srv/net/ethip \ 85 97 srv/net/inetsrv \ 86 98 srv/net/loopip \ 99 srv/net/nconfsrv \ 100 srv/net/slip \ 87 101 srv/net/tcp \ 88 102 srv/net/udp \ … … 90 104 srv/taskmon \ 91 105 srv/vfs \ 92 srv/bd/ata_bd \93 106 srv/bd/sata_bd \ 94 107 srv/bd/file_bd \ … … 112 125 srv/hid/remcons \ 113 126 srv/hw/char/s3c24xx_uart \ 127 srv/hid/rfb \ 128 drv/audio/sb16 \ 114 129 drv/infrastructure/root \ 115 130 drv/infrastructure/rootvirt \ 116 131 drv/block/ahci \ 132 drv/block/ata_bd \ 117 133 drv/char/i8042 \ 118 134 drv/char/ps2mouse \ … … 134 150 drv/nic/ne2k \ 135 151 drv/nic/e1k \ 136 drv/nic/rtl8139 \152 drv/nic/rtl8139 137 153 138 154 ifeq ($(CONFIG_PCC),y) … … 177 193 srv/hw/irc/apic \ 178 194 srv/hw/irc/i8259 195 endif 196 197 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 198 DIRS += \ 199 drv/infrastructure/rootmalta \ 200 drv/bus/pci/pciintel \ 201 drv/bus/isa 179 202 endif 180 203 … … 212 235 lib/graph \ 213 236 lib/gui \ 237 lib/hound \ 238 lib/http \ 214 239 lib/softrend \ 215 240 lib/draw \ … … 217 242 lib/nic \ 218 243 lib/ext4 \ 244 lib/uri \ 219 245 lib/usb \ 220 246 lib/usbhost \ … … 222 248 lib/usbhid \ 223 249 lib/usbvirt \ 250 lib/pcm \ 224 251 lib/bithenge \ 225 252 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.