Add crc32c for btrfs

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-01 01:22:55 +01:00
parent 49d3ab4668
commit 3836e89df1
4 changed files with 102 additions and 0 deletions

View file

@ -79,6 +79,7 @@ library = {
common = grub-core/lib/LzFind.c;
common = grub-core/lib/LzmaEnc.c;
common = grub-core/lib/pbkdf2.c;
common = grub-core/lib/crc.c;
common = grub-core/normal/datetime.c;
common = grub-core/normal/misc.c;
common = grub-core/partmap/acorn.c;