aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/lm32/Makefile.objs')
-rw-r--r--hw/lm32/Makefile.objs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs
index ea6418ae59..c3941866c7 100644
--- a/hw/lm32/Makefile.objs
+++ b/hw/lm32/Makefile.objs
@@ -1,3 +1,3 @@
# LM32 boards
-obj-y += lm32_boards.o
-obj-y += milkymist.o
+obj-$(CONFIG_LM32) += lm32_boards.o
+obj-$(CONFIG_MILKYMIST) += milkymist.o