diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-29 22:34:43 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:18 -0400 |
commit | 5e5733e5999bb10e34cbbe3eda95b3cc7ad27bde (patch) | |
tree | 39ee7d50b04dd34a9f81bcaba844f6f94d7ecb62 /scsi/Makefile.objs | |
parent | 848e8ff6779e124739261d0635b21e751dfa7eca (diff) |
meson: convert block
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scsi/Makefile.objs')
-rw-r--r-- | scsi/Makefile.objs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scsi/Makefile.objs b/scsi/Makefile.objs deleted file mode 100644 index bb8789cd8b..0000000000 --- a/scsi/Makefile.objs +++ /dev/null @@ -1,4 +0,0 @@ -block-obj-y += utils.o - -block-obj-$(CONFIG_LINUX) += pr-manager.o pr-manager-helper.o -block-obj-$(call lnot,$(CONFIG_LINUX)) += pr-manager-stub.o |