* grub-core/commands/i386/nthibr.c: New command.

This commit is contained in:
Peter Lustig 2013-11-04 01:47:37 +01:00 committed by Vladimir Serbinenko
parent 79054c1d1e
commit 9b5d4eed31
3 changed files with 88 additions and 0 deletions

View file

@ -576,6 +576,11 @@ module = {
enable = mips_arc;
};
module = {
name = check_nt_hiberfil;
common = commands/i386/nthibr.c;
};
library = {
name = libgnulib.a;
common = gnulib/regex.c;