summaryrefslogtreecommitdiff
path: root/hw/microblaze
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-06-09 03:54:31 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2012-06-15 12:44:27 +0200
commit07f9fd4864900349d0b3adb2c8403450bade21b7 (patch)
treeb1cf3d24c7b57274872d4ff4e04862d0f9c7a63b /hw/microblaze
parent3b82321090743b238978024037dbdf878e701f9c (diff)
downloadqemu-07f9fd4864900349d0b3adb2c8403450bade21b7.tar.gz
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>
Diffstat (limited to 'hw/microblaze')
-rw-r--r--hw/microblaze/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs
index 59ea20f289..274d2c543e 100644
--- a/hw/microblaze/Makefile.objs
+++ b/hw/microblaze/Makefile.objs
@@ -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))