Skip to content

Commit 223390b

Browse files
committed
kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)
For the same rationale as commit 54b8ae6 ("kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)"). Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Nicolas Schier <[email protected]>
1 parent bf48d9b commit 223390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ DTC_FLAGS += -Wnode_name_chars_strict \
368368
-Wunique_unit_address
369369
endif
370370

371-
DTC_FLAGS += $(DTC_FLAGS_$(basetarget))
371+
DTC_FLAGS += $(DTC_FLAGS_$(target-stem))
372372

373373
# Set -@ if the target is a base DTB that overlay is applied onto
374374
DTC_FLAGS += $(if $(filter $(patsubst $(obj)/%,%,$@), $(base-dtb-y)), -@)

0 commit comments

Comments
 (0)