Changeset 6d5e378 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-16T19:27:44Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f351432, 7d27f422
- Parents:
- c9d011e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc9d011e4 r6d5e378 72 72 app/mkbd \ 73 73 app/websrv \ 74 app/vdemo \ 75 app/vlaunch \ 76 app/vterm \ 74 77 srv/clipboard \ 75 78 srv/locsrv \ … … 99 102 srv/fs/ext2fs \ 100 103 srv/fs/ext4fs \ 104 srv/hid/compositor \ 101 105 srv/hid/console \ 102 106 srv/hid/s3c24xx_ts \ 103 107 srv/hid/isdv4_tablet \ 104 srv/hid/fb \105 108 srv/hid/input \ 109 srv/hid/output \ 106 110 srv/hid/remcons \ 107 111 srv/hw/char/s3c24xx_uart \ … … 115 119 drv/test/test2 \ 116 120 drv/test/test3 \ 121 drv/fb/kfb \ 117 122 drv/bus/usb/ehci \ 118 123 drv/bus/usb/ohci \ … … 195 200 lib/softfloat \ 196 201 lib/drv \ 197 lib/fb \ 202 lib/graph \ 203 lib/gui \ 204 lib/softrend \ 205 lib/draw \ 198 206 lib/net \ 199 207 lib/nic \
Note:
See TracChangeset
for help on using the changeset viewer.