hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created

CONFIG_LEON3 added to default-configs/sparc-softmmu.mak.

Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190202072456.6468-15-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Ákos Kovács 2019-02-02 15:24:43 +08:00 committed by Paolo Bonzini
parent bc0c93eab2
commit f96c37821f
2 changed files with 5 additions and 1 deletions

View File

@ -18,4 +18,6 @@ CONFIG_CS4231=y
CONFIG_GRLIB=y
CONFIG_STP2000=y
CONFIG_ECCMEMCTL=y
CONFIG_SUN4M=y
CONFIG_LEON3=y

View File

@ -1 +1,3 @@
obj-y += sun4m_iommu.o sun4m.o leon3.o
obj-$(CONFIG_SUN4M) += sun4m_iommu.o
obj-$(CONFIG_SUN4M) += sun4m.o
obj-$(CONFIG_LEON3) += leon3.o