
Instead of wrapping the entire Makefile.objs with an ifeq/endif, just include the directory only for Linux. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-4-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 lines
301 B
Makefile
9 lines
301 B
Makefile
obj-$(CONFIG_SOFTMMU) += common.o
|
|
obj-$(CONFIG_PCI) += pci.o pci-quirks.o display.o
|
|
obj-$(CONFIG_VFIO_CCW) += ccw.o
|
|
obj-$(CONFIG_SOFTMMU) += platform.o
|
|
obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
|
|
obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
|
|
obj-$(CONFIG_SOFTMMU) += spapr.o
|
|
obj-$(CONFIG_VFIO_AP) += ap.o
|