Skip to content

Commit

Permalink
microblaze: enable building all dtbs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
robherring committed Oct 2, 2018
1 parent 626f92a commit 92f687f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/microblaze/boot/dts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
#

dtb-y := system.dtb

ifneq ($(DTB),)
obj-y += linked_dtb.o

Expand Down

0 comments on commit 92f687f

Please sign in to comment.