mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
Add the new CONFIG_* values to default-config/xtensa*-softmmu.mak. Signed-off-by: Ákos Kovács <akoskovacs@gmx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Message-Id: <20190202072456.6468-17-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
27f3ac3fa6
commit
d84929da9a
3 changed files with 8 additions and 2 deletions
|
@ -3,3 +3,6 @@
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_OPENCORES_ETH=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
|
||||
CONFIG_XTENSA_SIM=y
|
||||
CONFIG_XTENSA_FPGA=y
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_OPENCORES_ETH=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
|
||||
CONFIG_XTENSA_SIM=y
|
||||
CONFIG_XTENSA_FPGA=y
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
obj-y += mx_pic.o
|
||||
obj-y += pic_cpu.o
|
||||
obj-y += sim.o
|
||||
obj-y += xtensa_memory.o
|
||||
obj-y += xtfpga.o
|
||||
obj-$(CONFIG_XTENSA_SIM) += sim.o
|
||||
obj-$(CONFIG_XTENSA_FPGA) += xtfpga.o
|
||||
|
|
Loading…
Reference in a new issue