diff options
author | Rob Herring <robh@kernel.org> | 2018-09-05 17:26:52 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-02 09:23:21 -0500 |
commit | 92f687f40ee511e0ea6046bf63ceb48ff3ad1494 (patch) | |
tree | 1322e3e8af8fe1eadb87979d77fa5af585dd3d1b /arch/microblaze | |
parent | 626f92a00b7e4b43c8eebebb5d80817633342aab (diff) |
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/boot/dts/Makefile b/arch/microblaze/boot/dts/Makefile index fe9af267f598..c7324e74f9ef 100644 --- a/arch/microblaze/boot/dts/Makefile +++ b/arch/microblaze/boot/dts/Makefile @@ -1,6 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # +dtb-y := system.dtb + ifneq ($(DTB),) obj-y += linked_dtb.o |