scripts: Don't create .reverse.dts files

This commit is contained in:
Luca Stefani 2017-01-16 21:42:05 +01:00 committed by LuK1337
parent fc9499e55a
commit 44cf03b1cc
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
$(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
-i $(dir $<) $(DTC_FLAGS) \
-d $(depfile).dtc.tmp $(dtc-tmp) ; \
$(objtree)/scripts/dtc/dtc -O dts -I dtb -o $@.reverse.dts $@ ; \
cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
$(obj)/%.dtb: $(src)/%.dts FORCE