Changeset 23b7c02 in mainline for uspace/Makefile
- Timestamp:
- 2013-09-04T06:58:57Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7664469
- Parents:
- caf5382 (diff), aa2a049 (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
rcaf5382 r23b7c02 50 50 app/loc \ 51 51 app/logset \ 52 app/mixerctl \ 52 53 app/mkfat \ 53 54 app/mkexfat \ … … 76 77 app/mkbd \ 77 78 app/date \ 78 app/websrv \79 79 app/vdemo \ 80 80 app/vlaunch \ 81 81 app/vterm \ 82 82 app/df \ 83 app/wavplay \ 84 app/websrv \ 85 srv/audio/hound \ 83 86 srv/clipboard \ 84 87 srv/locsrv \ … … 117 120 srv/hid/remcons \ 118 121 srv/hw/char/s3c24xx_uart \ 122 drv/audio/sb16 \ 119 123 drv/infrastructure/root \ 120 124 drv/infrastructure/rootvirt \ … … 218 222 lib/graph \ 219 223 lib/gui \ 224 lib/hound \ 220 225 lib/softrend \ 221 226 lib/draw \ … … 228 233 lib/usbhid \ 229 234 lib/usbvirt \ 235 lib/pcm \ 230 236 lib/bithenge \ 231 237 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.