summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-23 23:41:19 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-23 23:41:19 +0200
commite2b07057436fd6e8e7a0c9e2a45cfea193728985 (patch)
tree791868855fb6d09a39fb3be386c39561315560ad /arch
parent32241123a5cebc4ea4f25ad05da704f5fc8ca505 (diff)
arch/arch.mk: fix check-package warnings
"make check-package" is not happy with the formatting of the recently introduced arch.mk: arch/arch.mk:1: should be 80 hashes (http://nightly.buildroot.org/#writing-rules-mk) arch/arch.mk:2: should be 1 hash (http://nightly.buildroot.org/#writing-rules-mk) arch/arch.mk:4: should be 1 hash (http://nightly.buildroot.org/#writing-rules-mk) arch/arch.mk:5: should be 80 hashes (http://nightly.buildroot.org/#writing-rules-mk) arch/arch.mk:6: should be a blank line (http://nightly.buildroot.org/#writing-rules-mk) Let's fix this by adding a comment header that makes check-package happy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arch.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arch.mk b/arch/arch.mk
index 2429567b24..6c15270903 100644
--- a/arch/arch.mk
+++ b/arch/arch.mk
@@ -1,3 +1,9 @@
+################################################################################
+#
+# Architecture-specific definitions
+#
+################################################################################
+
# Allow GCC target configuration settings to be optionally
# overwritten by architecture specific makefiles.