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>
This commit is contained in:
Yang Zhong 2019-02-02 15:24:53 +08:00 committed by Paolo Bonzini
parent f0975e8f20
commit 4575bbb4c8
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
CONFIG_SERIAL=y
CONFIG_OPENCORES_ETH=y
CONFIG_OMPIC=y
CONFIG_OR1K_SIM=y

View File

@ -1,2 +1,2 @@
obj-y = pic_cpu.o cputimer.o
obj-y += openrisc_sim.o
obj-$(CONFIG_OR1K_SIM) += openrisc_sim.o