diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 144afe064e98..17c28ca87a10 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -311,10 +311,10 @@ $(obj)/%.dtb.S: $(obj)/%.dtb quiet_cmd_dtc = DTC $@ cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \ $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \ - $(DTC) -O dtb -o $@ -b 0 -a 4\ + $(DTC) -q -O dtb -o $@ -b 0 -a 4\ -i $(dir $<) $(DTC_FLAGS) \ -d $(depfile).dtc.tmp $(dtc-tmp) ; \ - $(DTC) -O dts -I dtb -o $@.reverse.dts $@ ; \ + $(DTC) -q -O dts -I dtb -o $@.reverse.dts $@ ; \ cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile) $(obj)/%.dtb: $(src)/%.dts FORCE