b7c4ab809a
Add mips-softmmu-common.mak and include it in existing mips*-softmmu.mak files to avoid having to repeat CONFIG defines four times. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# Default configuration for mips64el-softmmu
|
|
|
|
include mips-softmmu-common.mak
|
|
CONFIG_IDE_VIA=y
|
|
CONFIG_RC4030=y
|
|
CONFIG_DP8393X=y
|
|
CONFIG_DS1225Y=y
|
|
CONFIG_FULONG=y
|
|
CONFIG_JAZZ=y
|
|
CONFIG_G364FB=y
|
|
CONFIG_JAZZ_LED=y
|
|
CONFIG_VT82C686=y
|