hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device

Make hw/sh4 configurable and add new CONFIG_* to the
default-configs/sh4*-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-13-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:41 +08:00 committed by Paolo Bonzini
parent ee279c4608
commit 774afd9f50
3 changed files with 6 additions and 2 deletions

View File

@ -19,3 +19,5 @@ CONFIG_PCSPK=y
CONFIG_I82374=y
CONFIG_I8257=y
CONFIG_MC146818RTC=y
CONFIG_R2D=y
CONFIG_SHIX=y

View File

@ -19,3 +19,5 @@ CONFIG_PCSPK=y
CONFIG_I82374=y
CONFIG_I8257=y
CONFIG_MC146818RTC=y
CONFIG_R2D=y
CONFIG_SHIX=y

View File

@ -1,4 +1,4 @@
obj-y += shix.o r2d.o
obj-y += sh7750.o sh7750_regnames.o
obj-y += sh_pci.o
obj-$(CONFIG_R2D) += r2d.o
obj-$(CONFIG_SHIX) += shix.o