ARM64: boot: dts: Use always-y
always is deprecated
This commit is contained in:
parent
8ed10b410f
commit
79d88bc5f0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ dtbo-y += samsung/a53x/a53x_eur_open_w00_r02.dtbo
|
|||
|
||||
targets += dtbs
|
||||
DTB_LIST := $(dtb-y) $(dtbo-y)
|
||||
always := $(DTB_LIST)
|
||||
always-y := $(DTB_LIST)
|
||||
|
||||
dtbs: $(addprefix $(obj)/, $(DTB_LIST))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue