mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +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)
|
$(platform-runcmd) $(RUN_ARGS)
|
||||||
else
|
else
|
||||||
ifdef PLATFORM
|
ifdef PLATFORM
|
||||||
@echo Platform $(PLATFORM) doesn't specify a run command
|
@echo "Platform $(PLATFORM) doesn't specify a run command"
|
||||||
@false
|
@false
|
||||||
else
|
else
|
||||||
@echo Run command only available when targeting a platform
|
@echo Run command only available when targeting a platform
|
||||||
|
Reference in New Issue
Block a user