Lines Matching refs:dtc
231 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
316 dtc-option = $1
319 DTC ?= $(objtree)/scripts/dtc/dtc
320 DTC_FLAGS += $(call dtc-option,-Wno-interrupt_provider)
337 DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) \
338 $(call dtc-option,-Wno-unit_address_format) \
339 $(call dtc-option,-Wno-avoid_unnecessary_addr_size) \
340 $(call dtc-option,-Wno-alias_paths) \
341 $(call dtc-option,-Wno-graph_child_address) \
342 $(call dtc-option,-Wno-simple_bus_reg) \
343 $(call dtc-option,-Wno-unique_unit_address) \
344 $(call dtc-option,-Wno-pci_device_reg)
348 DTC_FLAGS += $(call dtc-option,-Wnode_name_chars_strict) \
349 $(call dtc-option,-Wproperty_name_chars_strict) \
350 $(call dtc-option,-Winterrupt_provider)
374 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
377 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
378 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
381 $(call if_changed_dep,dtc)
392 $(call cmd_and_fixdep,dtc)
397 $(call if_changed_rule,dtc,yaml)
399 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)