Changeset 77a194c in mainline for uspace/Makefile
- Timestamp:
- 2015-11-04T18:55:46Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44183b98
- Parents:
- 5265eea4 (diff), bfcde8d (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
r5265eea4 r77a194c 45 45 app/download \ 46 46 app/edit \ 47 app/fdisk \ 47 48 app/fontviewer \ 48 49 app/getterm \ 49 app/hdisk \50 50 app/init \ 51 51 app/inet \ … … 112 112 srv/bd/file_bd \ 113 113 srv/bd/rd \ 114 srv/bd/part/guid_part \ 115 srv/bd/part/mbr_part \ 114 srv/bd/vbd \ 116 115 srv/fs/exfat \ 117 116 srv/fs/udf \ … … 122 121 srv/fs/locfs \ 123 122 srv/fs/ext4fs \ 123 srv/volsrv \ 124 124 srv/hid/compositor \ 125 125 srv/hid/console \ … … 217 217 lib/crypto \ 218 218 lib/clui \ 219 lib/fdisk \ 219 220 lib/fmtutil \ 220 221 lib/scsi \ … … 229 230 lib/softrend \ 230 231 lib/draw \ 232 lib/label \ 231 233 lib/math \ 232 234 lib/nettl \ … … 245 247 lib/bithenge \ 246 248 lib/posix \ 247 lib/mbr \248 lib/gpt \249 249 lib/ieee80211 250 250
Note:
See TracChangeset
for help on using the changeset viewer.