mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/mips: Rename malta/mipssim/r4k/jazz files
Machine file names should not have prefix "mips_". Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Message-id: <20200518200920.17344-22-aleksandar.qemu.devel@gmail.com> [PMD: Fixed Fuloong line conflict due to rebase] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
c3a09ff68d
commit
5298722eda
6 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
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_R4K) += r4k.o
|
||||
obj-$(CONFIG_MALTA) += gt64xxx_pci.o malta.o
|
||||
obj-$(CONFIG_MIPSSIM) += mipssim.o
|
||||
obj-$(CONFIG_JAZZ) += jazz.o
|
||||
obj-$(CONFIG_FULOONG) += fuloong2e.o
|
||||
obj-$(CONFIG_MIPS_CPS) += cps.o
|
||||
obj-$(CONFIG_MIPS_BOSTON) += boston.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue