mirror of
https://gitlab.com/qemu-project/opensbi.git
synced 2025-09-17 00:01:18 +08: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