qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default


From: David Gibson
Subject: [Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default
Date: Wed, 18 Feb 2015 16:28:40 +1100

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 <address@hidden>
---
 hw/core/Makefile.objs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs
index 9dce1bc..2c46edc 100644
--- a/hw/core/Makefile.objs
+++ b/hw/core/Makefile.objs
@@ -14,4 +14,4 @@ common-obj-$(CONFIG_SOFTMMU) += machine.o
 common-obj-$(CONFIG_SOFTMMU) += null-machine.o
 common-obj-$(CONFIG_SOFTMMU) += loader.o
 common-obj-$(CONFIG_SOFTMMU) += qdev-properties-system.o
-common-obj-$(CONFIG_SOFTMMU) += platform-bus.o
+common-obj-$(CONFIG_E500) += platform-bus.o
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]