source: mainline/uspace/srv/fs/fat/meson.build@ ecf56f80

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ecf56f80 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: 129 bytes
Line 
1deps = [ 'block', 'fs' ]
2src = files(
3 'fat.c',
4 'fat_ops.c',
5 'fat_idx.c',
6 'fat_dentry.c',
7 'fat_directory.c',
8 'fat_fat.c',
9)
Note: See TracBrowser for help on using the repository browser.