summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/macros.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index 3ef5940..00e85a1 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -79,9 +79,11 @@ embtk_pwarning = $(call embtk_echo_yellow,"$(__embtk_msg_h)\\n~~ EmbToolkit ~~ W
embtk_perror = $(call embtk_echo_red,"$(__embtk_msg_h)\\n~~ EmbToolkit ~~ ERROR: $(1)\\n$(__embtk_msg_h)")
embtk_pinfo = $(call embtk_echo_blue,"$(__embtk_msg_h)\n~~ EmbToolkit ~~ $(1)\n$(__embtk_msg_h)")
-# Macros for emmpty and space
+# Macros for emmpty, space and comma
__embtk_empty :=
-__embtk_space :=$(__embtk_empty) $(__embtk_empty)
+__embtk_space := $(__embtk_empty) $(__embtk_empty)
+__embtk_comma := ,
+
# Packages management macros
include $(EMBTK_ROOT)/mk/macros.packages.mk