Changeset beb9336 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-24T14:07:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 041ab64
- Parents:
- bd29f9c9 (diff), db81577 (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
rbd29f9c9 rbeb9336 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 srv/hid/ fb\107 srv/hid/isdv4_tablet \ 104 108 srv/hid/input \ 109 srv/hid/output \ 105 110 srv/hid/remcons \ 106 111 srv/hw/char/s3c24xx_uart \ … … 114 119 drv/test/test2 \ 115 120 drv/test/test3 \ 121 drv/fb/kfb \ 116 122 drv/bus/usb/ehci \ 117 123 drv/bus/usb/ohci \ … … 194 200 lib/softfloat \ 195 201 lib/drv \ 196 lib/fb \ 202 lib/graph \ 203 lib/gui \ 204 lib/softrend \ 205 lib/draw \ 197 206 lib/net \ 198 207 lib/nic \
Note:
See TracChangeset
for help on using the changeset viewer.