aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-06-17 16:41:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-18 09:10:02 +0200
commit3aa6980139d19542d9204387fadadd3861e433ec (patch)
tree4f90f395fe3d4ebef854193934585d554fa04858 /tools/firmware
parentfirmware: improve LSM/IMA security behaviour (diff)
downloadlinux-dev-3aa6980139d19542d9204387fadadd3861e433ec.tar.xz
linux-dev-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')
-rw-r--r--tools/firmware/Makefile2
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