aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorYang Zhong <yang.zhong@intel.com>2019-02-02 15:24:53 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2019-02-05 16:50:21 +0100
commit4575bbb4c88b5187259d4a7c14c154b0fb80e6be (patch)
tree4edd9514e897c0426c4b68f3c1c5290d4d904f99 /hw
parentf0975e8f2098f04a6b3e7480a8d2dc072bb01bf9 (diff)
downloadqemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.zip
qemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.tar.gz
qemu-4575bbb4c88b5187259d4a7c14c154b0fb80e6be.tar.bz2
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')
-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 61246b1..aa04de7 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