ARM64: boot: dts: Use always-y

always is deprecated
This commit is contained in:
roynatech2544 2023-02-06 14:53:46 +00:00 committed by Gabriel2392
parent 8ed10b410f
commit 79d88bc5f0

View file

@ -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))