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:
parent
ee279c4608
commit
774afd9f50
@ -19,3 +19,5 @@ CONFIG_PCSPK=y
|
||||
CONFIG_I82374=y
|
||||
CONFIG_I8257=y
|
||||
CONFIG_MC146818RTC=y
|
||||
CONFIG_R2D=y
|
||||
CONFIG_SHIX=y
|
||||
|
@ -19,3 +19,5 @@ CONFIG_PCSPK=y
|
||||
CONFIG_I82374=y
|
||||
CONFIG_I8257=y
|
||||
CONFIG_MC146818RTC=y
|
||||
CONFIG_R2D=y
|
||||
CONFIG_SHIX=y
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user