summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2019-02-27 14:57:56 +0300
committerAnup Patel <anup@brainfault.org>2019-02-28 06:32:54 +0300
commit87fbcf93765b939221596ef4075ad48796f17925 (patch)
tree263aa773ecc618d6db355c425dff598145b2c05a /Makefile
parent178a0307a2466471c0ffc84af67dd2eb39078f60 (diff)
downloadopensbi-87fbcf93765b939221596ef4075ad48796f17925.tar.xz
Fix missing quotes in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f45ca3b..b05c763 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,7 @@ ifneq ($(platform-runcmd),)
$(platform-runcmd) $(RUN_ARGS)
else
ifdef PLATFORM
- @echo Platform $(PLATFORM) doesn't specify a run command
+ @echo "Platform $(PLATFORM) doesn't specify a run command"
@false
else
@echo Run command only available when targeting a platform