x86: adjust EFI-related build message
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Jan 2020 15:17:23 +0000 (16:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Jan 2020 15:17:23 +0000 (16:17 +0100)
commita2d194b2579f66bb53cab740bba39090a3190158
tree41b1a7b9a5326c8f515dc75b066d4ca3b0d5f46b
parent3c4b2eef4941c8a81d04337c6df31175a881635f
x86: adjust EFI-related build message

As of commit 93249f7fc17c ("x86/efi: split compiler vs linker support"),
EFI support in xen.gz may be available even if no xen.efi gets
generated. Distinguish the cases when emitting the message.

Also drop the pointlessly (afaict) left use of $(filter ...) (needed
only when used in $(if ...)), from the ifeq() introduced by 7059afb202ff
("x86/Makefile: remove $(guard) use from $(TARGET).efi target").

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/Makefile