Lines Matching full:dtc
709 quiet_cmd_dtc = DTC $@
710 -cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
711 - $(DTC) -O $(patsubst .%,%,$(suffix $@)) -o $@ -b 0 \
712 +cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
713 + $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
714 + $(DTC) -O dtb -o $@ -b 0 \
716 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
717 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
718 diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
720 --- a/scripts/dtc/checks.c
721 +++ b/scripts/dtc/checks.c