Changeset 3a0a4d8 in mainline for uspace/Makefile
- Timestamp:
- 2013-09-12T07:54:05Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95027b5
- Parents:
- 47f5a77 (diff), 64f3d3b (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
r47f5a77 r3a0a4d8 38 38 app/blkdump \ 39 39 app/bnchmark \ 40 app/corecfg \ 40 41 app/devctl \ 41 42 app/dnscfg \ … … 50 51 app/loc \ 51 52 app/logset \ 53 app/mixerctl \ 52 54 app/mkfat \ 53 55 app/mkexfat \ … … 76 78 app/mkbd \ 77 79 app/date \ 78 app/websrv \79 80 app/vdemo \ 80 81 app/vlaunch \ 81 82 app/vterm \ 83 app/df \ 84 app/wavplay \ 85 app/websrv \ 86 srv/audio/hound \ 82 87 srv/clipboard \ 83 88 srv/locsrv \ … … 116 121 srv/hid/remcons \ 117 122 srv/hw/char/s3c24xx_uart \ 123 drv/audio/sb16 \ 118 124 drv/infrastructure/root \ 119 125 drv/infrastructure/rootvirt \ … … 184 190 endif 185 191 192 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 193 DIRS += \ 194 drv/infrastructure/rootmalta \ 195 drv/bus/pci/pciintel \ 196 drv/bus/isa 197 endif 198 186 199 ifeq ($(UARCH),ppc32) 187 200 DIRS += \ … … 217 230 lib/graph \ 218 231 lib/gui \ 232 lib/hound \ 219 233 lib/softrend \ 220 234 lib/draw \ … … 227 241 lib/usbhid \ 228 242 lib/usbvirt \ 243 lib/pcm \ 229 244 lib/bithenge \ 230 245 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.