mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00

Match the symbol name that is used e.g. in Linux (drivers/spi/Kconfig). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
136 B
Text
5 lines
136 B
Text
obj-y += mx_pic.o
|
|
obj-y += pic_cpu.o
|
|
obj-y += xtensa_memory.o
|
|
obj-$(CONFIG_XTENSA_SIM) += sim.o
|
|
obj-$(CONFIG_XTENSA_XTFPGA) += xtfpga.o
|