Skip to content

Commit 09d189b

Browse files
committed
scripts: Makefile: Enable generation of symbols for DTBs
Enable generation of symbols for DTBs to allow merging of device tree overlays. Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent a56973a commit 09d189b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Makefile.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ $(obj)/%.dtb.S: $(obj)/%.dtb
308308
quiet_cmd_dtc = DTC $@
309309
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
310310
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
311-
$(DTC) -O dtb -o $@ -b 0 \
311+
$(DTC) -@ -O dtb -o $@ -b 0 \
312312
$(addprefix -i,$(dir $<) $(DTC_INCLUDE)) $(DTC_FLAGS) \
313313
-d $(depfile).dtc.tmp $(dtc-tmp) ; \
314314
cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)

0 commit comments

Comments
 (0)