diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-16 19:33:55 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:16 -0400 |
commit | 7fcfd45666c382dfadce0ea160cba7e8d3328337 (patch) | |
tree | cd3e99cf3fa9a22b4e6085627c9775e96b27aee2 /Makefile.objs | |
parent | 5582c58f82b2a356cac721af2e973a6fc6880fc1 (diff) |
meson: convert io directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 018338d2db..0920cdb40c 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -21,7 +21,7 @@ block-obj-m = block/ crypto-obj-y = crypto/libcrypto.fa -io-obj-y = io/ +io-obj-y = io/libio.fa endif # CONFIG_SOFTMMU or CONFIG_TOOLS |