We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48a78e5 + 09d189b commit 94885a0Copy full SHA for 94885a0
1 file changed
scripts/Makefile.lib
@@ -308,7 +308,7 @@ $(obj)/%.dtb.S: $(obj)/%.dtb
308
quiet_cmd_dtc = DTC $@
309
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
310
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
311
- $(DTC) -O dtb -o $@ -b 0 \
+ $(DTC) -@ -O dtb -o $@ -b 0 \
312
$(addprefix -i,$(dir $<) $(DTC_INCLUDE)) $(DTC_FLAGS) \
313
-d $(depfile).dtc.tmp $(dtc-tmp) ; \
314
cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
0 commit comments