aboutsummaryrefslogtreecommitdiff
path: root/hw/core
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-06-01 11:54:03 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2017-06-05 17:23:36 +0300
commit03e947f9c2264356aef037e6bf9c496b5deae2d2 (patch)
tree730dcdc17e05ac723375edebcc5a42b170d7d79a /hw/core
parent22c3aea8dbaac8616db71b6adf18dee801a24fde (diff)
downloadqemu-03e947f9c2264356aef037e6bf9c496b5deae2d2.zip
qemu-03e947f9c2264356aef037e6bf9c496b5deae2d2.tar.gz
qemu-03e947f9c2264356aef037e6bf9c496b5deae2d2.tar.bz2
hw/core: nmi.c can be compiled as common-obj nowadays
The target-specific code in nmi.c has been removed with this commit: commit f7e981f29548fe4af7812f5920304fe607e5bf0d nmi: remove x86 specific nmi handling Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/core')
-rw-r--r--hw/core/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs
index 91450b2..f8d7a4a 100644
--- a/hw/core/Makefile.objs
+++ b/hw/core/Makefile.objs
@@ -5,7 +5,7 @@ common-obj-y += fw-path-provider.o
# irq.o needed for qdev GPIO handling:
common-obj-y += irq.o
common-obj-y += hotplug.o
-obj-y += nmi.o
+common-obj-y += nmi.o
common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o
common-obj-$(CONFIG_XILINX_AXI) += stream.o