diff options
author | Rob Herring <robh@kernel.org> | 2020-03-13 14:46:42 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-13 14:55:53 +0100 |
commit | 78154212673308f6941dbd4ecefdca5a9db60e6e (patch) | |
tree | 64b9510d1b0ead9c8e6696072f15858187a93110 /scripts/dtc/update-dtc-source.sh | |
parent | dt-bindings: Convert usb-connector to YAML format. (diff) | |
download | linux-78154212673308f6941dbd4ecefdca5a9db60e6e.tar.xz linux-78154212673308f6941dbd4ecefdca5a9db60e6e.zip |
scripts/dtc: Remove unused makefile fragments
The Makefile.dtc and Makefile.libfdt fragments from upstream dtc aren't
used by the kernel build, so let's remove them and stop syncing them.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/dtc/update-dtc-source.sh')
-rwxr-xr-x | scripts/dtc/update-dtc-source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh index 7dd29a0362b8..bc704e2a6a4a 100755 --- a/scripts/dtc/update-dtc-source.sh +++ b/scripts/dtc/update-dtc-source.sh @@ -32,9 +32,9 @@ 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 yamltree.c Makefile.dtc \ + srcpos.h treesource.c util.c util.h version_gen.h yamltree.c \ dtc-lexer.l dtc-parser.y" -LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \ +LIBFDT_SOURCE="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 \ fdt_wip.c libfdt.h libfdt_env.h libfdt_internal.h" |