!498 fix: liteos_kernel_only=true编译内核报错

Merge pull request !498 from kenneth/mk
This commit is contained in:
openharmony_ci 2021-12-28 00:59:20 +00:00 committed by Gitee
commit 5a7fabe4f8
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ endef
export HELP
all:
$(HIDE)hb build -f --gn-args "liteos_kernel_only=true liteos_name=$(LITEOS_TARGET)"
$(HIDE)hb build -f --gn-args "liteos_kernel_only=true liteos_name=\"$(LITEOS_TARGET)\""
help:
$(HIDE)echo "$$HELP"