diff options
Diffstat (limited to 'hw/microblaze/Makefile.objs')
-rw-r--r-- | hw/microblaze/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/microblaze/Makefile.objs b/hw/microblaze/Makefile.objs index 41724425cb..020f7b6e9b 100644 --- a/hw/microblaze/Makefile.objs +++ b/hw/microblaze/Makefile.objs @@ -9,5 +9,6 @@ obj-y += xilinx_uartlite.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)) |