aboutsummaryrefslogtreecommitdiff
path: root/stubs/Makefile.objs
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2017-08-15 21:07:37 +0800
committerEric Blake <eblake@redhat.com>2017-08-15 10:03:27 -0500
commit80adf54ecc3b456828f3d6fe71eeda5572369bb2 (patch)
treeb49e303d87464b34f38a8409432d8986fb365bde /stubs/Makefile.objs
parentcbaddb25b20060fa0b0a2a46d5ccca65cffd1a6f (diff)
stubs: Add vm state change handler stubs
They will be used by BlockBackend code in block-obj-y, which doesn't always get linked with common-obj-y. Add stubs to keep ld happy. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170815130740.31229-2-famz@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r--stubs/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs
index f5b47bfd74..e69c217aff 100644
--- a/stubs/Makefile.objs
+++ b/stubs/Makefile.objs
@@ -19,6 +19,7 @@ stub-obj-y += is-daemonized.o
stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
stub-obj-y += machine-init-done.o
stub-obj-y += migr-blocker.o
+stub-obj-y += change-state-handler.o
stub-obj-y += monitor.o
stub-obj-y += notify-event.o
stub-obj-y += qtest.o