Changes needed to the xen/common/Makefile in order to stitch in the compiling of OpenSSL as well as the PECOFF file decoder and signature verification code. Signed-off-by: Eric DeVolder <eric.devolder@xxxxxxxxxx> --- xen/common/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xen/common/Makefile b/xen/common/Makefile index b1a5c42..bf91227 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -74,3 +74,7 @@ subdir-$(coverage) += gcov subdir-y += libelf subdir-$(HAS_DEVICE_TREE) += libfdt + +obj-$(HAS_KEXEC) += ped.o v_openssl.o +subdir-$(HAS_KEXEC) += openssl-1.1.0i + -- 2.7.4 _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec