mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
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>
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# Default configuration for mips64-softmmu
|
|
|
|
include mips-softmmu-common.mak
|
|
CONFIG_RC4030=y
|
|
CONFIG_DP8393X=y
|
|
CONFIG_DS1225Y=y
|
|
CONFIG_JAZZ=y
|
|
CONFIG_G364FB=y
|
|
CONFIG_JAZZ_LED=y
|