Changeset dceb6e7 in mainline for uspace/srv/bd/hr/meson.build


Ignore:
Timestamp:
2024-10-05T21:51:04Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
2b8901be
Parents:
6b8e89b0
Message:

hr: add initial RAID 5 with parity starting on extent 0 and data restart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/meson.build

    r6b8e89b0 rdceb6e7  
    2828
    2929deps = [ 'block', 'device' ]
    30 src = files('hr.c', 'raid0.c', 'raid1.c', 'raid4.c', 'superblock.c', 'util.c')
     30src = files('hr.c', 'raid0.c', 'raid1.c', 'raid4.c', 'raid5.c', 'superblock.c', 'util.c')
Note: See TracChangeset for help on using the changeset viewer.