qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 06/47] hw/alpha/Makefile.objs: Build objects dependi


From: Ákos Kovács
Subject: [Qemu-devel] [PATCH 06/47] hw/alpha/Makefile.objs: Build objects depending on CLIPPER
Date: Mon, 26 Aug 2013 00:58:15 +0200

Set CONFIG_CLIPPER as default for default-configs/alpha-softmmu.mak

Signed-off-by: Ákos Kovács <address@hidden>
---
 default-configs/alpha-softmmu.mak |    2 ++
 hw/alpha/Makefile.objs            |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/default-configs/alpha-softmmu.mak 
b/default-configs/alpha-softmmu.mak
index bc07600..1e8bbff 100644
--- a/default-configs/alpha-softmmu.mak
+++ b/default-configs/alpha-softmmu.mak
@@ -15,3 +15,5 @@ CONFIG_IDE_CMD646=y
 CONFIG_I8259=y
 CONFIG_MC146818RTC=y
 CONFIG_ISA_TESTDEV=y
+
+CONFIG_CLIPPER=y
diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs
index 5c74275..0a6ade5 100644
--- a/hw/alpha/Makefile.objs
+++ b/hw/alpha/Makefile.objs
@@ -1 +1 @@
-obj-y += dp264.o pci.o typhoon.o
+obj-$(CONFIG_CLIPPER) += dp264.o pci.o typhoon.o
-- 
1.7.10.4




reply via email to

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