summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-25 15:59:24 -0700
committerMartin Roth <martinroth@google.com>2016-02-02 03:25:23 +0100
commitbbf1399c73b135f9b86d9981846fde290ca1c5d3 (patch)
treea04f323208cb7c624d852ccdb45e26750ef9084c /Makefile
parentf8db028a32bf3aae2eb2783802c643a03287d412 (diff)
downloadcoreboot-bbf1399c73b135f9b86d9981846fde290ca1c5d3.tar.xz
Makefile: Add a comment to fix syntax highlighting
Trivial fix for syntax highlighting in editors. Some get confused by the double quote that doesn't have a close quote and stop highlighting at that point. This comment closes the quote and the paren pair so that they can recover. Change-Id: I566e8e0f4412009f679ab079f20ae30c2049b502 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13435 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a464345810..9366ed4609 100644
--- a/Makefile
+++ b/Makefile
@@ -153,6 +153,7 @@ endif
include toolchain.inc
strip_quotes = $(strip $(subst ",,$(subst \",,$(1))))
+# fix makefile syntax highlighting after strip macro \" "))
# The primary target needs to be here before we include the
# other files