diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-24 10:18:16 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-01-16 17:52:35 +0100 |
commit | 6a997d3b76aee43f9e6eb148f43fd5a919633487 (patch) | |
tree | e98126a4887d2f3ce284336bf59fddc91691b567 /stubs/Makefile.objs | |
parent | cc7a73604a4d6241ba2df37ea06109b4d7e03d4b (diff) |
stubs: move acpi stubs to hw/acpi
No need to include them in libqemustub.a, since only system emulators
need them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 13c5d45ce3..c4df9152f6 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -44,6 +44,5 @@ stub-obj-y += target-monitor-defs.o stub-obj-y += target-get-monitor-def.o stub-obj-y += vhost.o stub-obj-y += iohandler.o -stub-obj-y += ipmi.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += migration-colo.o |