Changes in uspace/Makefile [9e279c4:681a985] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9e279c4 r681a985 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 58 59 app/tester \ 59 60 app/testread \ 61 app/testwrit \ 60 62 app/tetris \ 61 63 app/trace \ … … 97 99 srv/fs/locfs \ 98 100 srv/fs/ext2fs \ 101 srv/fs/ext4fs \ 99 102 srv/hid/console \ 100 103 srv/hid/s3c24xx_ts \ 104 srv/hid/isdv4_tablet \ 101 105 srv/hid/fb \ 102 106 srv/hid/input \ … … 196 200 lib/nic \ 197 201 lib/ext2 \ 202 lib/ext4 \ 198 203 lib/usb \ 199 204 lib/usbhost \ … … 201 206 lib/usbhid \ 202 207 lib/usbvirt \ 208 lib/bithenge \ 203 209 lib/posix 204 210
Note:
See TracChangeset
for help on using the changeset viewer.