mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00

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>
4 lines
111 B
Text
4 lines
111 B
Text
obj-y += sh7750.o sh7750_regnames.o
|
|
obj-y += sh_pci.o
|
|
obj-$(CONFIG_R2D) += r2d.o
|
|
obj-$(CONFIG_SHIX) += shix.o
|