* grub-core/Makefile.core.def (legacycfg): Add
lib/i386/pc/vesa_modes_table.c on emu.
This commit is contained in:
parent
3572f2b65a
commit
d6d94820b5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.core.def (legacycfg): Add
|
||||||
|
lib/i386/pc/vesa_modes_table.c on emu.
|
||||||
|
|
||||||
2010-09-19 BVK Chaitanya <bvk.groups@gmail.com>
|
2010-09-19 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
Reduce number of temporary files generated by build system.
|
Reduce number of temporary files generated by build system.
|
||||||
|
|
|
@ -1434,6 +1434,7 @@ module = {
|
||||||
name = legacycfg;
|
name = legacycfg;
|
||||||
common = commands/legacycfg.c;
|
common = commands/legacycfg.c;
|
||||||
common = lib/legacy_parse.c;
|
common = lib/legacy_parse.c;
|
||||||
|
emu = lib/i386/pc/vesa_modes_table.c;
|
||||||
enable = i386_pc;
|
enable = i386_pc;
|
||||||
enable = emu;
|
enable = emu;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue