projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure
[platform/kernel/u-boot.git]
/
arch
/
riscv
/
dts
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
3
dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb
4
5
targets += $(dtb-y)
6
7
DTC_FLAGS += -R 4 -p 0x1000
8
9
PHONY += dtbs
10
dtbs: $(addprefix $(obj)/, $(dtb-y))
11
@:
12
13
clean-files := *.dtb