Changes in uspace/Makefile [6d5e378:9e279c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r6d5e378 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 \ … … 101 97 srv/fs/locfs \ 102 98 srv/fs/ext2fs \ 103 srv/fs/ext4fs \104 srv/hid/compositor \105 99 srv/hid/console \ 106 100 srv/hid/s3c24xx_ts \ 107 srv/hid/ isdv4_tablet\101 srv/hid/fb \ 108 102 srv/hid/input \ 109 srv/hid/output \110 103 srv/hid/remcons \ 111 104 srv/hw/char/s3c24xx_uart \ … … 119 112 drv/test/test2 \ 120 113 drv/test/test3 \ 121 drv/fb/kfb \122 114 drv/bus/usb/ehci \ 123 115 drv/bus/usb/ohci \ … … 200 192 lib/softfloat \ 201 193 lib/drv \ 202 lib/graph \ 203 lib/gui \ 204 lib/softrend \ 205 lib/draw \ 194 lib/fb \ 206 195 lib/net \ 207 196 lib/nic \ 208 197 lib/ext2 \ 209 lib/ext4 \210 198 lib/usb \ 211 199 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.