source: mainline/uspace/srv/fs/exfat/meson.build@ 5fd05862

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5fd05862 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 160 bytes
Line 
1deps = [ 'block', 'fs' ]
2src = files(
3 'exfat.c',
4 'exfat_fat.c',
5 'exfat_bitmap.c',
6 'exfat_ops.c',
7 'exfat_idx.c',
8 'exfat_dentry.c',
9 'exfat_directory.c',
10)
Note: See TracBrowser for help on using the repository browser.