]> xenbits.xensource.com Git - xen.git/commit
x86: don't build with EFI support in shim-exclusive mode
authorJan Beulich <jbeulich@suse.com>
Thu, 27 Aug 2020 07:51:07 +0000 (09:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 27 Aug 2020 07:51:07 +0000 (09:51 +0200)
commitde58ea464fb6db4b78102edc8ac4598d4eebe6c5
tree4db118db4f48924f2aade6052b5e1dabaaec63ee
parent8856a914bffd56c018a794c06d4abb6018aa958d
x86: don't build with EFI support in shim-exclusive mode

There's no need for xen.efi at all, and there's also no need for EFI
support in xen.gz since the shim runs in PVH mode, i.e. without any
firmware (and hence by implication also without EFI one).

The slightly odd looking use of $(space) is to ensure the new ifneq()
evaluates consistently between "build" and "install" invocations of
make.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/Makefile