Changeset 5e718d9 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-21T10:04:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67edca6
- Parents:
- 0da6c04 (diff), 6a97f2e (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
r0da6c04 r5e718d9 59 59 app/tester \ 60 60 app/testread \ 61 app/testwrit \ 61 62 app/tetris \ 62 63 app/trace \ … … 72 73 app/mkbd \ 73 74 app/websrv \ 75 app/vdemo \ 76 app/vlaunch \ 77 app/vterm \ 74 78 srv/clipboard \ 75 79 srv/locsrv \ … … 98 102 srv/fs/locfs \ 99 103 srv/fs/ext2fs \ 104 srv/fs/ext4fs \ 105 srv/hid/compositor \ 100 106 srv/hid/console \ 101 107 srv/hid/s3c24xx_ts \ 102 srv/hid/ fb\108 srv/hid/isdv4_tablet \ 103 109 srv/hid/input \ 110 srv/hid/output \ 104 111 srv/hid/remcons \ 105 112 srv/hw/char/s3c24xx_uart \ … … 113 120 drv/test/test2 \ 114 121 drv/test/test3 \ 122 drv/fb/kfb \ 115 123 drv/bus/usb/ehci \ 116 124 drv/bus/usb/ohci \ … … 193 201 lib/softfloat \ 194 202 lib/drv \ 195 lib/fb \ 203 lib/graph \ 204 lib/gui \ 205 lib/softrend \ 206 lib/draw \ 196 207 lib/net \ 197 208 lib/nic \ 198 209 lib/ext2 \ 210 lib/ext4 \ 199 211 lib/usb \ 200 212 lib/usbhost \ … … 202 214 lib/usbhid \ 203 215 lib/usbvirt \ 216 lib/bithenge \ 204 217 lib/posix 205 218
Note:
See TracChangeset
for help on using the changeset viewer.