summaryrefslogtreecommitdiff
path: root/hw/cpu/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cpu/Makefile.objs')
-rw-r--r--hw/cpu/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/cpu/Makefile.objs b/hw/cpu/Makefile.objs
index e69de29bb2..a49ca04282 100644
--- a/hw/cpu/Makefile.objs
+++ b/hw/cpu/Makefile.objs
@@ -0,0 +1,4 @@
+obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
+obj-$(CONFIG_ARM9MPCORE) += a9mpcore.o
+obj-$(CONFIG_ARM15MPCORE) += a15mpcore.o
+