On 7 January 2015 at 14:26, Claudio Fontana <claudio.font...@huawei.com> wrote: > Yes I did but it seems it's not picking up the CONFIG_PCI_GENERIC=y for some > reason. > If I force hw/pci-host/Makefile.objs to build it by making it a common-obj-y > then it builds.
This is a long-standing bug in our makefiles: http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg04850.html where there is a dependency on default-configs/$TARGET.mak but not on any .mak files which are included by that file. -- PMM