Changes in uspace/Makefile [681a985:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r681a985 r6d5e378 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \38 37 app/blkdump \ 39 38 app/bnchmark \ … … 73 72 app/mkbd \ 74 73 app/websrv \ 74 app/vdemo \ 75 app/vlaunch \ 76 app/vterm \ 75 77 srv/clipboard \ 76 78 srv/locsrv \ … … 100 102 srv/fs/ext2fs \ 101 103 srv/fs/ext4fs \ 104 srv/hid/compositor \ 102 105 srv/hid/console \ 103 106 srv/hid/s3c24xx_ts \ 104 107 srv/hid/isdv4_tablet \ 105 srv/hid/fb \106 108 srv/hid/input \ 109 srv/hid/output \ 107 110 srv/hid/remcons \ 108 111 srv/hw/char/s3c24xx_uart \ … … 116 119 drv/test/test2 \ 117 120 drv/test/test3 \ 121 drv/fb/kfb \ 118 122 drv/bus/usb/ehci \ 119 123 drv/bus/usb/ohci \ … … 196 200 lib/softfloat \ 197 201 lib/drv \ 198 lib/fb \ 202 lib/graph \ 203 lib/gui \ 204 lib/softrend \ 205 lib/draw \ 199 206 lib/net \ 200 207 lib/nic \ … … 206 213 lib/usbhid \ 207 214 lib/usbvirt \ 208 lib/bithenge \209 215 lib/posix 210 216
Note:
See TracChangeset
for help on using the changeset viewer.