From 07f9fd4864900349d0b3adb2c8403450bade21b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 9 Jun 2012 03:54:31 +0200 Subject: xilinx_axi*: Share devices between microblaze and microblazeel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Speeds up the build. Signed-off-by: Andreas Färber Signed-off-by: Edgar E. Iglesias --- hw/microblaze/Makefile.objs | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/microblaze') 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)) -- cgit v1.2.1