删除GN中特殊构建命令

Signed-off-by: Laowang-BearPi <wangcheng@holdiot.com>
This commit is contained in:
Laowang-BearPi 2022-03-31 23:08:50 +08:00
parent 9063a45d5a
commit 4f641cc145
1 changed files with 0 additions and 4 deletions

View File

@ -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") {