From: Michael Tremer Date: Fri, 16 Oct 2015 21:56:45 +0000 (+0200) Subject: Config: Have a simple configuration variable that enables EFI X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be9ab39cad5e884c329221e4a6db313541036e7c;p=people%2Fms%2Fipfire-2.x.git Config: Have a simple configuration variable that enables EFI Signed-off-by: Michael Tremer --- diff --git a/lfs/Config b/lfs/Config index 82bdde066a..f14767f88c 100644 --- a/lfs/Config +++ b/lfs/Config @@ -79,6 +79,11 @@ DIR_TMP = /tmp # Add the compiler location and version and specs to the ccache hash CCACHE_COMPILERCHECK += $(shell gcc -dumpspecs 2>/dev/null | md5sum | cut -d ' ' -f1) +# We support EFI on x86_64 +ifeq "$(MACHINE)" "x86_64" + EFI = 1 +endif + ############################################################################### # Common Macro Definitions ###############################################################################