From: Thomas Huth Date: Thu, 1 Jun 2017 09:54:03 +0000 (+0200) Subject: hw/core: nmi.c can be compiled as common-obj nowadays X-Git-Tag: qemu-xen-4.10.0-rc1~218^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=03e947f9c2264356aef037e6bf9c496b5deae2d2;p=qemu-xen.git 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 Reviewed-by: Juan Quintela Signed-off-by: Michael Tokarev --- diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs index 91450b2eab..f8d7a4aaed 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