x86: Remove spurious UEFI-related info message
This patch removes a spurious info message in a UEFI-related portion of a Makefile.
This commit is contained in:
parent
09d168da04
commit
52d75dce0d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue