From: Vladimir Serbinenko Date: Mon, 14 Aug 2017 14:23:52 +0000 (+0200) Subject: linux fixup X-Git-Tag: grub-2.04-rc1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc79ec10ccafc5935d776e4a396193b93d7e842;p=thirdparty%2Fgrub.git linux fixup --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 66144222c..6edf68286 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -770,7 +770,6 @@ module = { module = { name = boot; common = commands/boot.c; - common = lib/cmdline.c; i386_pc = lib/i386/pc/biosnum.c; enable = x86; enable = emu; @@ -1696,6 +1695,7 @@ module = { arm = loader/arm/linux.c; arm64 = loader/arm64/linux.c; common = loader/linux.c; + common = lib/cmdline.c; enable = noemu; };