1
0
Fork 0

tools/firmware: Add missing newline at end of file

"git diff" says:

    \ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
alistair/sunxi64-5.4-dsi
Geert Uytterhoeven 2019-06-17 16:41:22 +02:00 committed by Greg Kroah-Hartman
parent 2472d64af2
commit 3aa6980139
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ all: ihex2fw
clean:
$(RM) ihex2fw
.PHONY: all clean
.PHONY: all clean