Changeset 52c4264 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-17T12:23:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 267f235
- Parents:
- ae2c925 (diff), ad78054 (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
rae2c925 r52c4264 73 73 app/mkbd \ 74 74 app/websrv \ 75 app/vdemo \ 76 app/vlaunch \ 77 app/vterm \ 75 78 srv/clipboard \ 76 79 srv/locsrv \ … … 101 104 srv/fs/ext2fs \ 102 105 srv/fs/ext4fs \ 106 srv/hid/compositor \ 103 107 srv/hid/console \ 104 108 srv/hid/s3c24xx_ts \ 105 109 srv/hid/isdv4_tablet \ 106 srv/hid/fb \107 110 srv/hid/input \ 111 srv/hid/output \ 108 112 srv/hid/remcons \ 109 113 srv/hw/char/s3c24xx_uart \ … … 117 121 drv/test/test2 \ 118 122 drv/test/test3 \ 123 drv/fb/kfb \ 119 124 drv/bus/usb/ehci \ 120 125 drv/bus/usb/ohci \ … … 197 202 lib/softfloat \ 198 203 lib/drv \ 199 lib/fb \ 204 lib/graph \ 205 lib/gui \ 206 lib/softrend \ 207 lib/draw \ 200 208 lib/net \ 201 209 lib/nic \
Note:
See TracChangeset
for help on using the changeset viewer.