Changeset 33fee91 in mainline for uspace/Makefile
- Timestamp:
- 2012-08-31T07:35:27Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a3da2b2
- Parents:
- 72cf064 (diff), 0d57c3e (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
-
TabularUnified uspace/Makefile ¶
r72cf064 r33fee91 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 \ … … 92 95 srv/bd/part/mbr_part \ 93 96 srv/fs/exfat \ 97 srv/fs/udf \ 94 98 srv/fs/fat \ 95 99 srv/fs/cdfs \ … … 99 103 srv/fs/ext2fs \ 100 104 srv/fs/ext4fs \ 105 srv/hid/compositor \ 101 106 srv/hid/console \ 102 107 srv/hid/s3c24xx_ts \ 103 srv/hid/ fb\108 srv/hid/isdv4_tablet \ 104 109 srv/hid/input \ 110 srv/hid/output \ 105 111 srv/hid/remcons \ 106 112 srv/hw/char/s3c24xx_uart \ … … 114 120 drv/test/test2 \ 115 121 drv/test/test3 \ 122 drv/fb/kfb \ 116 123 drv/bus/usb/ehci \ 117 124 drv/bus/usb/ohci \ … … 194 201 lib/softfloat \ 195 202 lib/drv \ 196 lib/fb \ 203 lib/graph \ 204 lib/gui \ 205 lib/softrend \ 206 lib/draw \ 197 207 lib/net \ 198 208 lib/nic \
Note:
See TracChangeset
for help on using the changeset viewer.