Lines Matching full:dtc
700 quiet_cmd_dtc = DTC $@
701 -cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
702 - $(DTC) -O $(patsubst .%,%,$(suffix $@)) -o $@ -b 0 \
703 +cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
704 + $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
705 + $(DTC) -O dtb -o $@ -b 0 \
707 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
708 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
709 diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c
711 --- a/scripts/dtc/checks.c
712 +++ b/scripts/dtc/checks.c