aboutsummaryrefslogtreecommitdiff
path: root/hw/nios2/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2019-02-02 15:24:46 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-02-05 16:50:20 +0100
commitfa83f64855ad4c3b829e3fa2b683fd30c42db4c4 (patch)
tree7ed310885ec0e38763dfd03c875db3525a16f06e /hw/nios2/Makefile.objs
parentd84929da9af089f1f50115c07099e3b7a1c2f8d0 (diff)
downloadqemu-fa83f64855ad4c3b829e3fa2b683fd30c42db4c4.zip
qemu-fa83f64855ad4c3b829e3fa2b683fd30c42db4c4.tar.gz
qemu-fa83f64855ad4c3b829e3fa2b683fd30c42db4c4.tar.bz2
hw/nios2/Makefile.objs: Conditionally build nios2
CONFIG_NIOS2_10M50 added for 10m50 dev board. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-18-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/nios2/Makefile.objs')
-rw-r--r--hw/nios2/Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/nios2/Makefile.objs b/hw/nios2/Makefile.objs
index 6b5c421..89a419a 100644
--- a/hw/nios2/Makefile.objs
+++ b/hw/nios2/Makefile.objs
@@ -1 +1,2 @@
-obj-y = boot.o cpu_pic.o 10m50_devboard.o
+obj-y = boot.o cpu_pic.o
+obj-$(CONFIG_NIOS2_10M50) += 10m50_devboard.o