]> git.ipfire.org Git - thirdparty/grub.git/commit
Disable build-time module check on emu.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 17:20:11 +0000 (18:20 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 17:20:11 +0000 (18:20 +0100)
commit3b21499506b633494cccb1cdb3fc757594ef0ef0
tree4dd3e5a8254146160c773d887bad5ba989a3f591
parent5ae590b32d2fa535050399193d21a2305bd008a7
Disable build-time module check on emu.

On emu some checks can be laxer like check for relocation range. Additionally
module loading in emu is rarely used. So skip this check rather than making
it laxer for all platforms. In ideal we may want to have slightly different
check for emu but for now this is good enough.
grub-core/genmod.sh.in