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