aboutsummaryrefslogtreecommitdiff
path: root/block/Makefile.objs
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2020-06-08 12:33:39 -0500
committerKevin Wolf <kwolf@redhat.com>2020-06-17 14:53:39 +0200
commite37adbebd19634836369e9572d9aaa0f088332fd (patch)
tree7b06b1feb19f24662457351f410265bdf0656679 /block/Makefile.objs
parent49b44549ace7890fffdf027fd3695218ee7f1121 (diff)
block: Refactor subdirectory recursion during make
Rather than listing block/monitor from the top-level Makefile.objs, we should instead list monitor from block/Makefile.objs. Suggested-by: Kevin Wolf <kwolf@redhat.com> Fixes: bb4e58c613 Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20200608173339.3244211-1-eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/Makefile.objs')
-rw-r--r--block/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/Makefile.objs b/block/Makefile.objs
index 3635b6b4c1..96028eedce 100644
--- a/block/Makefile.objs
+++ b/block/Makefile.objs
@@ -46,6 +46,7 @@ block-obj-y += aio_task.o
block-obj-y += backup-top.o
block-obj-y += filter-compress.o
common-obj-y += monitor/
+block-obj-y += monitor/
block-obj-y += stream.o