mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
530182169e
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
252 B
Text
8 lines
252 B
Text
obj-y += gt64xxx.o mc146818rtc.o
|
|
obj-$(CONFIG_FULONG) += bonito.o vt82c686.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|
|
|
|
obj-y += mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
|
|
obj-y += addr.o cputimer.o mips_int.o
|
|
obj-$(CONFIG_FULONG) += mips_fulong2e.o
|