From: Vladimir Serbinenko Date: Sun, 8 Nov 2015 17:47:53 +0000 (+0100) Subject: Makefile.core.def: Break circular dependency on arm64. X-Git-Tag: 2.02-beta3~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc27aeda92846f7c3587f2b465730ccf38c08cb;p=thirdparty%2Fgrub.git Makefile.core.def: Break circular dependency on arm64. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 2ef10d1af..03e04ab39 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1665,7 +1665,6 @@ module = { ia64_efi = loader/ia64/efi/linux.c; arm = loader/arm/linux.c; arm64 = loader/arm64/linux.c; - fdt = lib/fdt.c; common = loader/linux.c; common = lib/cmdline.c; enable = noemu; @@ -1674,7 +1673,8 @@ module = { module = { name = fdt; arm64 = loader/arm64/fdt.c; - enable = arm64; + common = lib/fdt.c; + enable = fdt; }; module = {