diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:41:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 09:10:02 +0200 |
commit | 3aa6980139d19542d9204387fadadd3861e433ec (patch) | |
tree | 4f90f395fe3d4ebef854193934585d554fa04858 /tools/firmware/Makefile | |
parent | 2472d64af2d3561954e2f05365a67692bb852f2a (diff) | |
download | linux-stable-3aa6980139d19542d9204387fadadd3861e433ec.tar.gz linux-stable-3aa6980139d19542d9204387fadadd3861e433ec.tar.bz2 linux-stable-3aa6980139d19542d9204387fadadd3861e433ec.zip |
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>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r-- | tools/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index d329825aa31b..cfb297e6ef5a 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -10,4 +10,4 @@ all: ihex2fw clean: $(RM) ihex2fw -.PHONY: all clean
\ No newline at end of file +.PHONY: all clean |