mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 09:02:28 +00:00
* 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
@ -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 New Issue
Block a user