summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-wrapper.mk
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2018-04-01 02:08:27 -0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-01 08:46:41 +0200
commitb17e5b2d580cb09d057e33bf612a24dfe9582f43 (patch)
tree063145ec6a98882fd3059a21116a75172c6cff60 /toolchain/toolchain-wrapper.mk
parent6e3c9ad59e9d0bef54ee84c3255588f861828a98 (diff)
downloadbuildroot-b17e5b2d580cb09d057e33bf612a24dfe9582f43.tar.gz
buildroot-b17e5b2d580cb09d057e33bf612a24dfe9582f43.zip
toolchain/wrapper: fix code style
The header of the .mk file fits in one line, so rearrange it to be similar to a header from a package. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'toolchain/toolchain-wrapper.mk')
-rw-r--r--toolchain/toolchain-wrapper.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/toolchain-wrapper.mk b/toolchain/toolchain-wrapper.mk
index 7f72a0cade..0b26037d48 100644
--- a/toolchain/toolchain-wrapper.mk
+++ b/toolchain/toolchain-wrapper.mk
@@ -1,4 +1,8 @@
-# This file contains the definition of the toolchain wrapper build commands
+################################################################################
+#
+# definition of the toolchain wrapper build commands
+#
+################################################################################
# We use --hash-style=both to increase the compatibility of the generated
# binary with older platforms, except for MIPS, where the only acceptable
OpenPOWER on IntegriCloud