mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 03:43:37 +08:00
9b1d21c53b
Remove now useless device models from other MIPS configurations We're now compiling 12 files less than before. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
6 lines
183 B
Makefile
6 lines
183 B
Makefile
obj-y += mips_r4k.o mips_malta.o mips_mipssim.o
|
|
obj-y += addr.o cputimer.o mips_int.o
|
|
obj-$(CONFIG_JAZZ) += mips_jazz.o
|
|
obj-$(CONFIG_FULONG) += mips_fulong2e.o
|
|
obj-y += gt64xxx_pci.o
|