hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
authorYang Zhong <yang.zhong@intel.com>
Sat, 2 Feb 2019 07:24:48 +0000 (15:24 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:20 +0000 (16:50 +0100)
Add the new configs to default-configs/sparc64-sofmmu.mak.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190202072456.6468-20-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/sparc64-softmmu.mak
hw/sparc64/Makefile.objs

index ce63d470460b7e28bd493a12021094f3af430a22..1fae4888dbe97f938d4019fe6d4ca0a22ac166a6 100644 (file)
@@ -17,3 +17,5 @@ CONFIG_SUNHME=y
 CONFIG_MC146818RTC=y
 CONFIG_ISA_TESTDEV=y
 CONFIG_SUN4V_RTC=y
+CONFIG_SUN4U=y
+CONFIG_NIAGARA=y
index 117e0ff27d7c615bcdeed9036cc46d514dd80e7a..af0525c1a2b44050209f5892dbf80e21520aa2ce 100644 (file)
@@ -1,4 +1,4 @@
 obj-y += sparc64.o
-obj-y += sun4u_iommu.o
-obj-y += sun4u.o
-obj-y += niagara.o
\ No newline at end of file
+obj-$(CONFIG_SUN4U) += sun4u_iommu.o
+obj-$(CONFIG_SUN4U) += sun4u.o
+obj-$(CONFIG_NIAGARA) += niagara.o