mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00

We always miswrote the Fuloong machine... Fix its name. Add an machine alias to the previous name for backward compatibility. Suggested-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Message-id: <20200526104726.11273-11-f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8 lines
290 B
Text
8 lines
290 B
Text
obj-y += addr.o mips_int.o
|
|
obj-$(CONFIG_R4K) += mips_r4k.o
|
|
obj-$(CONFIG_MALTA) += gt64xxx_pci.o mips_malta.o
|
|
obj-$(CONFIG_MIPSSIM) += mips_mipssim.o
|
|
obj-$(CONFIG_JAZZ) += mips_jazz.o
|
|
obj-$(CONFIG_FULOONG) += fuloong2e.o
|
|
obj-$(CONFIG_MIPS_CPS) += cps.o
|
|
obj-$(CONFIG_MIPS_BOSTON) += boston.o
|