summaryrefslogtreecommitdiff
path: root/mk/macros.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-19 21:31:41 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-19 21:31:41 +0200
commit900c4c932cd7f70e0f375beb6c61df243852895d (patch)
treee47f2b613078278ea037dc1bf453dc677e0a4c68 /mk/macros.mk
parent5a494b5c7227caeff3fc880c426cc0b27cc78ed8 (diff)
downloadembtoolkit-900c4c932cd7f70e0f375beb6c61df243852895d.tar.gz
embtoolkit-900c4c932cd7f70e0f375beb6c61df243852895d.tar.bz2
embtoolkit-900c4c932cd7f70e0f375beb6c61df243852895d.tar.xz
Host tools: pkgconfig: make it search on more locations
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/macros.mk')
-rw-r--r--mk/macros.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index f34d520..3ef5940 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -79,5 +79,9 @@ 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
+__embtk_empty :=
+__embtk_space :=$(__embtk_empty) $(__embtk_empty)
+
# Packages management macros
include $(EMBTK_ROOT)/mk/macros.packages.mk