mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06: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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue