5502b66fc7
This timer is a required part of the MIPS32/MIPS64 System Control coprocessor (CP0). Moving it with the other architecture related files will allow an opaque use of CPUMIPSState* in the next commit (introduce "internal.h"). also remove it from 'user' targets, remove an unnecessary include. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Igor Mammedov <imammedo@redhat.com> Tested-by: James Hogan <james.hogan@imgtec.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
5 lines
192 B
Makefile
5 lines
192 B
Makefile
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
|
|
obj-y += gdbstub.o msa_helper.o mips-semi.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o cp0_timer.o
|
|
obj-$(CONFIG_KVM) += kvm.o
|