diff options
| author | Paolo Bonzini | 2016-03-15 12:46:10 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-05-19 16:42:28 +0200 |
| commit | bdd902277c784cfcc0c2e602afe79515070b9e02 (patch) | |
| tree | 431d58303515660e0c6d2f4c386b3d0b1bef085c /hw/core | |
| parent | apic: move target-dependent definitions to cpu.h (diff) | |
| download | qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.gz qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.xz qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.zip | |
include: poison symbols in osdep.h
Ensure that all target-independent files ignore poisoned symbols,
and fix the fallout.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/core')
| -rw-r--r-- | hw/core/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs index abb3560bea..70951d4137 100644 --- a/hw/core/Makefile.objs +++ b/hw/core/Makefile.objs @@ -4,7 +4,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 -common-obj-y += nmi.o +obj-y += nmi.o common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o common-obj-$(CONFIG_XILINX_AXI) += stream.o |
