]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
build: Link user-only with crypto random number objects
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 May 2019 22:29:06 +0000 (15:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 May 2019 16:38:54 +0000 (12:38 -0400)
commit243dc2cf95298383b657cf95896615197d8b35aa
treea795a620dfb3e9352a4a9ced08277d3744d6b63e
parenta73e82ef91278f34990fa36c59842a9e35767a51
build: Link user-only with crypto random number objects

For user-only, we require only the random number bits of the
crypto subsystem.  Rename crypto-aes-obj-y to crypto-user-obj-y,
and add the random number objects, plus init.o to handle any
extra stuff the crypto library requires.

Move the crypto libraries from libs_softmmu and libs_tools to
LIBS, so that they are universally used.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Makefile
Makefile.objs
Makefile.target
configure
crypto/Makefile.objs