From 52d75dce0d9dfe2b78af76c2f358e6f467722b15 Mon Sep 17 00:00:00 2001 From: Michael LeMay Date: Fri, 11 Dec 2015 11:14:36 -0800 Subject: [PATCH] x86: Remove spurious UEFI-related info message This patch removes a spurious info message in a UEFI-related portion of a Makefile. --- cpu/x86/Makefile.x86_quarkX1000 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cpu/x86/Makefile.x86_quarkX1000 b/cpu/x86/Makefile.x86_quarkX1000 index 59601d8d5..00f352102 100644 --- a/cpu/x86/Makefile.x86_quarkX1000 +++ b/cpu/x86/Makefile.x86_quarkX1000 @@ -28,10 +28,6 @@ ifeq ($(EN_UEFI),1) CFLAGS += -I$(EDK2_DIR)/MdePkg/Include -I$(EDK2_DIR)/MdePkg/Include/Ia32 else $(info Note: UEFI support is disabled.) - ifndef EN_UEFI - $(info To enable UEFI support, run $(CONTIKI_CPU)/uefi/build_uefi.sh prior) - $(info to building Contiki.) - else - $(info LTO and UEFI support are mututally-exclusive.) - endif + $(info To enable UEFI support, run $(CONTIKI_CPU)/uefi/build_uefi.sh prior) + $(info to building Contiki.) endif