mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
626f92a00b
commit
92f687f40e
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
|
||||
dtb-y := system.dtb
|
||||
|
||||
ifneq ($(DTB),)
|
||||
obj-y += linked_dtb.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue