[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC v1 4/8] kexec: xen/common/Makefile: include building of OpenSSL
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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |