summaryrefslogtreecommitdiffstats
path: root/hw/openrisc
diff options
context:
space:
mode:
authorYang Zhong2019-02-02 08:24:53 +0100
committerPaolo Bonzini2019-02-05 16:50:21 +0100
commit4575bbb4c88b5187259d4a7c14c154b0fb80e6be (patch)
tree4edd9514e897c0426c4b68f3c1c5290d4d904f99 /hw/openrisc
parenthw/moxie/Makefile.objs: Conditionally build moxie (diff)
downloadqemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.tar.gz
qemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.tar.xz
qemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.zip
hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc
Add the new configs to default-configs/or1k-sofmmu.mak. 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-25-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/openrisc')
-rw-r--r--hw/openrisc/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/openrisc/Makefile.objs b/hw/openrisc/Makefile.objs
index 61246b149b..aa04de7f5a 100644
--- a/hw/openrisc/Makefile.objs
+++ b/hw/openrisc/Makefile.objs
@@ -1,2 +1,2 @@
obj-y = pic_cpu.o cputimer.o
-obj-y += openrisc_sim.o
+obj-$(CONFIG_OR1K_SIM) += openrisc_sim.o