mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
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:
parent
bc0c93eab2
commit
f96c37821f
@ -18,4 +18,6 @@ CONFIG_CS4231=y
|
||||
CONFIG_GRLIB=y
|
||||
CONFIG_STP2000=y
|
||||
CONFIG_ECCMEMCTL=y
|
||||
|
||||
CONFIG_SUN4M=y
|
||||
CONFIG_LEON3=y
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user