X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/ef3cb5ca82c341e575ee5cb9a9dd8edc6aa96b1b..338182c83c38f6c13731a98e487e7ba3cda6a615:/backends/Makefile.objs diff --git a/backends/Makefile.objs b/backends/Makefile.objs index 591ddcf6f3..0400799efd 100644 --- a/backends/Makefile.objs +++ b/backends/Makefile.objs @@ -1,8 +1,10 @@ common-obj-y += rng.o rng-egd.o common-obj-$(CONFIG_POSIX) += rng-random.o -common-obj-y += msmouse.o -common-obj-$(CONFIG_BRLAPI) += baum.o -baum.o-cflags := $(SDL_CFLAGS) - common-obj-$(CONFIG_TPM) += tpm.o + +common-obj-y += hostmem.o hostmem-ram.o +common-obj-$(CONFIG_LINUX) += hostmem-file.o + +common-obj-y += cryptodev.o +common-obj-y += cryptodev-builtin.o