fix: liteos_kernel_only=true编译内核报错

修复单独编译内核报错的问题

close #I4O204

Signed-off-by: kenneth <zhushangyuan@huawei.com>
This commit is contained in:
kenneth 2021-12-25 14:10:01 +08:00
parent 4334b3e18b
commit adc21052b2
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"