Changes in uspace/Makefile [a14f346:7af0cc5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra14f346 r7af0cc5 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \ 40 41 app/devctl \ 42 app/dnscfg \ 43 app/dnsres \ 41 44 app/edit \ 42 45 app/getterm \ … … 48 51 app/loc \ 49 52 app/logset \ 53 app/mixerctl \ 50 54 app/mkfat \ 51 55 app/mkexfat \ … … 70 74 app/nettest3 \ 71 75 app/ping \ 76 app/ping6 \ 72 77 app/sysinfo \ 73 78 app/mkbd \ 74 79 app/date \ 75 app/websrv \76 80 app/vdemo \ 77 81 app/vlaunch \ 78 82 app/vterm \ 83 app/df \ 84 app/wavplay \ 85 app/websrv \ 86 srv/audio/hound \ 79 87 srv/clipboard \ 80 88 srv/locsrv \ … … 82 90 srv/devman \ 83 91 srv/loader \ 92 srv/net/dhcp \ 93 srv/net/dnsrsrv \ 84 94 srv/net/ethip \ 85 95 srv/net/inetsrv \ 86 96 srv/net/loopip \ 97 srv/net/nconfsrv \ 98 srv/net/slip \ 87 99 srv/net/tcp \ 88 100 srv/net/udp \ … … 90 102 srv/taskmon \ 91 103 srv/vfs \ 92 srv/bd/ata_bd \93 104 srv/bd/sata_bd \ 94 105 srv/bd/file_bd \ 95 srv/bd/gxe_bd \96 106 srv/bd/rd \ 97 107 srv/bd/part/guid_part \ … … 113 123 srv/hid/remcons \ 114 124 srv/hw/char/s3c24xx_uart \ 125 srv/hid/rfb \ 126 drv/audio/sb16 \ 115 127 drv/infrastructure/root \ 116 128 drv/infrastructure/rootvirt \ 117 129 drv/block/ahci \ 130 drv/block/ata_bd \ 118 131 drv/char/i8042 \ 119 132 drv/char/ps2mouse \ … … 135 148 drv/nic/ne2k \ 136 149 drv/nic/e1k \ 137 drv/nic/rtl8139 \150 drv/nic/rtl8139 138 151 139 152 ifeq ($(CONFIG_PCC),y) … … 178 191 srv/hw/irc/apic \ 179 192 srv/hw/irc/i8259 193 endif 194 195 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 196 DIRS += \ 197 drv/infrastructure/rootmalta \ 198 drv/bus/pci/pciintel \ 199 drv/bus/isa 180 200 endif 181 201 … … 213 233 lib/graph \ 214 234 lib/gui \ 235 lib/hound \ 215 236 lib/softrend \ 216 237 lib/draw \ … … 223 244 lib/usbhid \ 224 245 lib/usbvirt \ 246 lib/pcm \ 225 247 lib/bithenge \ 226 248 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.