mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user