scripts: enable kernel dtbs symbol generation

This commit is contained in:
The-going 2022-02-01 21:51:46 +03:00 committed by orangepi-xunlong
parent b4ed369489
commit e43668dc11

View File

@ -355,7 +355,8 @@ DTC_FLAGS += -Wnode_name_chars_strict \
-Winterrupt_provider
endif
DTC_FLAGS += $(DTC_FLAGS_$(basetarget))
DTC_FLAGS += $(DTC_FLAGS_$(basetarget)) \
-@
# Set -@ if the target is a base DTB that overlay is applied onto
DTC_FLAGS += $(if $(filter $(patsubst $(obj)/%,%,$@), $(base-dtb-y)), -@)