From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- hw/mips/Makefile.objs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hw/mips/Makefile.objs (limited to 'hw/mips/Makefile.objs') diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs new file mode 100644 index 00000000..9633f3a5 --- /dev/null +++ b/hw/mips/Makefile.objs @@ -0,0 +1,5 @@ +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 -- cgit v1.2.3