diff options
author | Anthony Liguori <aliguori@amazon.com> | 2013-10-18 10:01:37 -0700 |
---|---|---|
committer | Anthony Liguori <aliguori@amazon.com> | 2013-10-18 10:01:37 -0700 |
commit | 1cb9b64df380f232bcd142ab27c085cff0add1d8 (patch) | |
tree | 9b09a466f5b51e6923cf31fd52d1f3d8ca2ba39a /hw | |
parent | c21611ab8d0d6e0b3f3e5483777b5c929fb5a96c (diff) | |
parent | 2324841c0275f31505168e7a6ceb71bcede92d33 (diff) |
Merge remote-tracking branch 'bonzini/configure' into staging
# By Peter Maydell (3) and Ákos Kovács (2)
# Via Paolo Bonzini
* bonzini/configure:
ui/Makefile.objs: delete unnecessary cocoa.o dependency
default-configs/: CONFIG_GDBSTUB_XML removed
Makefile.target: CONFIG_NO_* variables removed
rules.mak: New string testing functions
rules.mak: New logical functions for handling y/n values
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pci/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/Makefile.objs b/hw/pci/Makefile.objs index 720f438ac9..80f8aa69ac 100644 --- a/hw/pci/Makefile.objs +++ b/hw/pci/Makefile.objs @@ -5,7 +5,7 @@ common-obj-$(CONFIG_PCI) += slotid_cap.o common-obj-$(CONFIG_PCI) += pci_host.o pcie_host.o common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o -common-obj-$(CONFIG_NO_PCI) += pci-stub.o +common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o common-obj-$(CONFIG_ALL) += pci-stub.o common-obj-$(CONFIG_PCI_HOTPLUG_OLD) += pci-hotplug-old.o |