Changeset 7eaeec1 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-20T21:27:38Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a97f2e
- Parents:
- f3a37e28 (diff), dd13349 (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
rf3a37e28 r7eaeec1 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 \ … … 100 103 srv/fs/ext2fs \ 101 104 srv/fs/ext4fs \ 105 srv/hid/compositor \ 102 106 srv/hid/console \ 103 107 srv/hid/s3c24xx_ts \ 104 108 srv/hid/isdv4_tablet \ 105 srv/hid/fb \106 109 srv/hid/input \ 110 srv/hid/output \ 107 111 srv/hid/remcons \ 108 112 srv/hw/char/s3c24xx_uart \ … … 116 120 drv/test/test2 \ 117 121 drv/test/test3 \ 122 drv/fb/kfb \ 118 123 drv/bus/usb/ehci \ 119 124 drv/bus/usb/ohci \ … … 196 201 lib/softfloat \ 197 202 lib/drv \ 198 lib/fb \ 203 lib/graph \ 204 lib/gui \ 205 lib/softrend \ 206 lib/draw \ 199 207 lib/net \ 200 208 lib/nic \
Note:
See TracChangeset
for help on using the changeset viewer.