hook Reed-Solomon into startup.S

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-25 19:33:05 +02:00
parent 4f0de6881c
commit 419cbeb06d
5 changed files with 209 additions and 144 deletions

View file

@ -244,7 +244,7 @@ program = {
common = util/grub-setup.c;
common = util/raid.c;
common = util/lvm.c;
common = util/reed_solomon.c;
common = grub-core/lib/reed_solomon.c;
sparc64_ieee1275 = util/ieee1275/ofpath.c;