Changeset ab92305 in mainline for uspace/Makefile
- Timestamp:
- 2013-08-19T17:23:31Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4da8fdb
- Parents:
- 2921602 (diff), 4a9728ec (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
r2921602 rab92305 49 49 app/klog \ 50 50 app/loc \ 51 app/mixerctl \ 51 52 app/logset \ 52 53 app/mkfat \ … … 75 76 app/sysinfo \ 76 77 app/mkbd \ 78 app/wavplay \ 77 79 app/date \ 78 80 app/websrv \ 81 srv/audio/hound \ 79 82 app/vdemo \ 80 83 app/vlaunch \ … … 116 119 srv/hid/remcons \ 117 120 srv/hw/char/s3c24xx_uart \ 121 drv/audio/sb16 \ 118 122 drv/infrastructure/root \ 119 123 drv/infrastructure/rootvirt \ … … 215 219 lib/softfloat \ 216 220 lib/drv \ 221 lib/hound \ 217 222 lib/graph \ 218 223 lib/gui \ … … 227 232 lib/usbhid \ 228 233 lib/usbvirt \ 234 lib/pcm \ 229 235 lib/bithenge \ 230 236 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.