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/cpu/Makefile.objs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hw/cpu/Makefile.objs (limited to 'hw/cpu/Makefile.objs') diff --git a/hw/cpu/Makefile.objs b/hw/cpu/Makefile.objs new file mode 100644 index 00000000..6381238c --- /dev/null +++ b/hw/cpu/Makefile.objs @@ -0,0 +1,6 @@ +obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o +obj-$(CONFIG_REALVIEW) += realview_mpcore.o +obj-$(CONFIG_A9MPCORE) += a9mpcore.o +obj-$(CONFIG_A15MPCORE) += a15mpcore.o +obj-$(CONFIG_ICC_BUS) += icc_bus.o + -- cgit v1.2.3