aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32
diff options
context:
space:
mode:
authorÁkos Kovács <akoskovacs@gmx.com>2019-02-02 15:24:44 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-02-05 16:50:20 +0100
commit27f3ac3fa64f463cb7cd83519bb89388e049dec7 (patch)
treeddc3372148fe61a38457cc90bc4311256e3c95b1 /hw/lm32
parentf96c37821f7dc6c23b7d7b02ca7c753a42cfa976 (diff)
downloadqemu-27f3ac3fa64f463cb7cd83519bb89388e049dec7.zip
qemu-27f3ac3fa64f463cb7cd83519bb89388e049dec7.tar.gz
qemu-27f3ac3fa64f463cb7cd83519bb89388e049dec7.tar.bz2
hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
CONFIG_LM32 and CONFIG_MILKYMIST added for lm32 and milkmyst build. Signed-off-by: Ákos Kovács <akoskovacs@gmx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-16-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/lm32')
-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 ea6418a..c394186 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