mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
Fix missing quotes in Makefile
This commit is contained in:

committed by
Anup Patel

parent
178a0307a2
commit
87fbcf9376
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user