aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2019-02-02 15:24:48 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-02-05 16:50:20 +0100
commit04aa5abc6adcbd02b1eecdc27018c05e1812d0f1 (patch)
tree198402bc401e517ababd4d46500363b607e92f00 /hw/sparc64/Makefile.objs
parent3fa86eb366b3996286d8766fba401dade1db031a (diff)
downloadqemu-04aa5abc6adcbd02b1eecdc27018c05e1812d0f1.zip
qemu-04aa5abc6adcbd02b1eecdc27018c05e1812d0f1.tar.gz
qemu-04aa5abc6adcbd02b1eecdc27018c05e1812d0f1.tar.bz2
hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
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>
Diffstat (limited to 'hw/sparc64/Makefile.objs')
-rw-r--r--hw/sparc64/Makefile.objs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/sparc64/Makefile.objs b/hw/sparc64/Makefile.objs
index 117e0ff..af0525c 100644
--- a/hw/sparc64/Makefile.objs
+++ b/hw/sparc64/Makefile.objs
@@ -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