删除GN中特殊构建命令
Signed-off-by: Laowang-BearPi <wangcheng@holdiot.com>
This commit is contained in:
parent
9063a45d5a
commit
4f641cc145
4
BUILD.gn
4
BUILD.gn
|
@ -382,10 +382,6 @@ build_ext_component("build_kernel_image") {
|
||||||
command +=
|
command +=
|
||||||
" && sh -c '$objdump -t $liteos_name | sort >$liteos_name.sym.sorted'"
|
" && sh -c '$objdump -t $liteos_name | sort >$liteos_name.sym.sorted'"
|
||||||
command += " && sh -c '$objdump -d $liteos_name >$liteos_name.asm'"
|
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") {
|
build_ext_component("make") {
|
||||||
|
|
Loading…
Reference in New Issue