Re: [Qemu-devel] [RFC PATCH v2 22/37] hw/pci/Makefile.objs: make pcie configurable

2019-01-16 Thread Thomas Huth
On 2019-01-15 15:10, Yang Zhong wrote: > Make pcie splited from pci and make it configurable. > > Signed-off-by: Yang Zhong > --- > default-configs/pci.mak | 1 + > hw/pci/Kconfig | 3 +++ > hw/pci/Makefile.objs| 5 +++-- > 3 files changed, 7 insertions(+), 2 deletions(-) > > diff

[Qemu-devel] [RFC PATCH v2 22/37] hw/pci/Makefile.objs: make pcie configurable

2019-01-15 Thread Yang Zhong
Make pcie splited from pci and make it configurable. Signed-off-by: Yang Zhong --- default-configs/pci.mak | 1 + hw/pci/Kconfig | 3 +++ hw/pci/Makefile.objs| 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/default-configs/pci.mak b/default-configs/pci.mak i