mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
xilinx_axi*: Share devices between microblaze and microblazeel
Speeds up the build. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
3b82321090
commit
07f9fd4864
@ -4,3 +4,4 @@ CONFIG_PTIMER=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_XILINX=y
|
||||
CONFIG_XILINX_AXI=y
|
||||
|
@ -4,3 +4,4 @@ CONFIG_PTIMER=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_XILINX=y
|
||||
CONFIG_XILINX_AXI=y
|
||||
|
@ -63,6 +63,8 @@ hw-obj-$(CONFIG_JAZZ_LED) += jazz_led.o
|
||||
hw-obj-$(CONFIG_XILINX) += xilinx_intc.o
|
||||
hw-obj-$(CONFIG_XILINX) += xilinx_timer.o
|
||||
hw-obj-$(CONFIG_XILINX) += xilinx_uartlite.o
|
||||
hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o
|
||||
hw-obj-$(CONFIG_XILINX_AXI) += xilinx_axienet.o
|
||||
|
||||
# PCI watchdog devices
|
||||
hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o
|
||||
|
@ -4,8 +4,6 @@ obj-y += microblaze_boot.o
|
||||
|
||||
obj-y += microblaze_pic_cpu.o
|
||||
obj-y += xilinx_ethlite.o
|
||||
obj-y += xilinx_axidma.o
|
||||
obj-y += xilinx_axienet.o
|
||||
obj-$(CONFIG_FDT) += ../device_tree.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
Loading…
Reference in New Issue
Block a user