diff options
Diffstat (limited to 'hw/microblaze/Makefile.objs')
-rw-r--r-- | hw/microblaze/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs index 3028e651c8..2ff8048a98 100644 --- a/hw/microblaze/Makefile.objs +++ b/hw/microblaze/Makefile.objs @@ -5,6 +5,5 @@ obj-y += xilinx_spi.o obj-y += microblaze_pic_cpu.o obj-y += xilinx_ethlite.o -obj-$(CONFIG_FDT) += ../device_tree.o obj-y := $(addprefix ../,$(obj-y)) |