scripts/dtc: Add yamltree.c to dtc sources
dtc has a new source file, yamltree.c, that needs to be copied when syncing dtc sources. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Danny Lin <danny@kdrag0n.dev> Change-Id: I11ba1b3bf0fe8f3de220e7dceda4806006fbf6d1 Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
e0d18e4858
commit
6a730ad8ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ DTC_UPSTREAM_PATH=`pwd`/../dtc
|
|||
DTC_LINUX_PATH=`pwd`/scripts/dtc
|
||||
|
||||
DTC_SOURCE="checks.c data.c dtc.c dtc.h flattree.c fstree.c livetree.c srcpos.c \
|
||||
srcpos.h treesource.c util.c util.h version_gen.h Makefile.dtc \
|
||||
srcpos.h treesource.c util.c util.h version_gen.h yamltree.c Makefile.dtc \
|
||||
dtc-lexer.l dtc-parser.y"
|
||||
LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \
|
||||
fdt_overlay.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c \
|
||||
|
|
Loading…
Reference in a new issue