Changes in uspace/Makefile [48e3190:9e279c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r48e3190 r9e279c4 58 58 app/tester \ 59 59 app/testread \ 60 app/testwrit \61 60 app/tetris \ 62 61 app/trace \ … … 72 71 app/mkbd \ 73 72 app/websrv \ 74 app/vdemo \75 app/vlaunch \76 app/vterm \77 73 srv/clipboard \ 78 74 srv/locsrv \ … … 95 91 srv/bd/part/mbr_part \ 96 92 srv/fs/exfat \ 97 srv/fs/udf \98 93 srv/fs/fat \ 99 94 srv/fs/cdfs \ … … 102 97 srv/fs/locfs \ 103 98 srv/fs/ext2fs \ 104 srv/fs/ext4fs \105 srv/hid/compositor \106 99 srv/hid/console \ 107 100 srv/hid/s3c24xx_ts \ 108 srv/hid/ isdv4_tablet\101 srv/hid/fb \ 109 102 srv/hid/input \ 110 srv/hid/output \111 103 srv/hid/remcons \ 112 104 srv/hw/char/s3c24xx_uart \ … … 120 112 drv/test/test2 \ 121 113 drv/test/test3 \ 122 drv/fb/kfb \123 114 drv/bus/usb/ehci \ 124 115 drv/bus/usb/ohci \ … … 201 192 lib/softfloat \ 202 193 lib/drv \ 203 lib/graph \ 204 lib/gui \ 205 lib/softrend \ 206 lib/draw \ 194 lib/fb \ 207 195 lib/net \ 208 196 lib/nic \ 209 197 lib/ext2 \ 210 lib/ext4 \211 198 lib/usb \ 212 199 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.