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>
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index d329825..cfb297e6 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -10,4 +10,4 @@
clean:
$(RM) ihex2fw
-.PHONY: all clean
\ No newline at end of file
+.PHONY: all clean