]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Enable legacy_parser on emu
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 12 Sep 2010 11:58:18 +0000 (13:58 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 12 Sep 2010 11:58:18 +0000 (13:58 +0200)
grub-core/Makefile.core.def

index cbc5b74386123523595760274752b111021dff9f..36a6e65645ebcef561363117e9d284b61a492545 100644 (file)
@@ -1411,6 +1411,7 @@ module = {
   common = commands/legacycfg.c;
   common = lib/legacy_parse.c;
   enable = i386_pc;
+  enable = emu;
 };
 
 module = {