Searched refs:dtc (Results 1 – 9 of 9) sorted by relevance
4 hostprogs-y := dtc7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
31 DTC_UPSTREAM_PATH=`pwd`/../dtc32 DTC_LINUX_PATH=`pwd`/scripts/dtc42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'71 scripts/dtc: Update to upstream version ${dtc_version}
9 dtc.c \17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
1 /dtc
1 The source tree contains the Device Tree Compiler (dtc) toolchain for57 pip install git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git@main102 The following list is for discussion about dtc and libfdt implementation
10 dtc="$*"18 if ! which $dtc > /dev/null 2>&1 ; then19 echo "Error: Cannot find dtc: $dtc"23 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1 | tr -d v)24 MINOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 2)25 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
12 subdir- += basic kconfig dtc
158 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC))
351 pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
Completed in 11 milliseconds