Makefile: Fix whitespace and syntax highlighting nits
Change-Id: Id16ec035f4468f122f4ef3d5f6385252e428a0fc
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/18783
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/Makefile b/Makefile
index 6e03b1a..2365713 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@
space +=
comma := ,
-strip_quotes = $(strip $(subst ",,$(1))) #"
+strip_quotes = $(strip $(subst ",,$(1)))
+# fix syntax highlighting with an odd emoticon "))
$(foreach dep,$($(name)-deplibs), \
$(eval -include $($(dep)-dir)/config))