summaryrefslogtreecommitdiffstats
path: root/src/hw/cpu/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/cpu/Makefile.objs')
-rw-r--r--src/hw/cpu/Makefile.objs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hw/cpu/Makefile.objs b/src/hw/cpu/Makefile.objs
new file mode 100644
index 0000000..0954a18
--- /dev/null
+++ b/src/hw/cpu/Makefile.objs
@@ -0,0 +1,5 @@
+obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
+obj-$(CONFIG_REALVIEW) += realview_mpcore.o
+obj-$(CONFIG_A9MPCORE) += a9mpcore.o
+obj-$(CONFIG_A15MPCORE) += a15mpcore.o
+
OpenPOWER on IntegriCloud