aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sparc/Makefile.objs')
-rw-r--r--hw/sparc/Makefile.objs4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/sparc/Makefile.objs b/hw/sparc/Makefile.objs
index e2d0828c39..d57e33f83e 100644
--- a/hw/sparc/Makefile.objs
+++ b/hw/sparc/Makefile.objs
@@ -1 +1,3 @@
-obj-y += sun4m_iommu.o sun4m.o leon3.o
+obj-$(CONFIG_SUN4M) += sun4m_iommu.o
+obj-$(CONFIG_SUN4M) += sun4m.o
+obj-$(CONFIG_LEON3) += leon3.o