On 18/02/2015 06:28, David Gibson wrote: > Despite the name, "platform-bus" is used only by PPC E500 targets. This > patch alters the default config to include it in the build only when E500 > is enabled. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> > --- > hw/core/Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Can you instead give it its own symbol in default-configs/? I think ARM's -M virt wants to use it too. Paolo