提交 4f641cc1 编写于 作者: L Laowang-BearPi

删除GN中特殊构建命令

Signed-off-by: NLaowang-BearPi <wangcheng@holdiot.com>
上级 9063a45d
......@@ -382,10 +382,6 @@ build_ext_component("build_kernel_image") {
command +=
" && sh -c '$objdump -t $liteos_name | sort >$liteos_name.sym.sorted'"
command += " && sh -c '$objdump -d $liteos_name >$liteos_name.asm'"
if (defined(LOSCFG_PLATFORM_STM32MP157)) {
command += " && sh -c 'mkimage -A arm -O linux -T kernel -C none -a 0xC0100000 -e 0xC0100000 -n liteos-a -d $liteos_name.bin $liteos_name.stm32' "
}
}
build_ext_component("make") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册