Browse Source

microblaze: enable building all dtbs

Enable the 'dtbs' target for microblaze. As microblaze only has one dts
file, always enable it.

Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Rob Herring <robh@kernel.org>
Rob Herring 7 years ago
parent
commit
92f687f40e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/microblaze/boot/dts/Makefile

+ 2 - 0
arch/microblaze/boot/dts/Makefile

@@ -1,6 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
 # SPDX-License-Identifier: GPL-2.0
 #
 #
 
 
+dtb-y := system.dtb
+
 ifneq ($(DTB),)
 ifneq ($(DTB),)
 obj-y += linked_dtb.o
 obj-y += linked_dtb.o