fix: 修复配置Enable Dynamic Link Feature后编译报错的问题
【背景】 在menuconfig中开启Enable Dynamic Link Feature后,内核编译报错 【修改方案】 将Kconfig 文件中的DYNLINK 改为 KERNEL_DYNLINK 【影响】 对现有的产品编译不会有影响。 re #I4XZN3 Signed-off-by: yinjiaming <yinjiaming@huawei.com> Change-Id: I0a91b0f48fef78791307810e3780c53c17d7d0c8
This commit is contained in:
parent
a42ba7aed6
commit
67a5b580f6
2
Kconfig
2
Kconfig
|
@ -317,7 +317,7 @@ config CPUP_INCLUDE_IRQ
|
||||||
help
|
help
|
||||||
If you wish to include irq usage for cpup.
|
If you wish to include irq usage for cpup.
|
||||||
|
|
||||||
config DYNLINK
|
config KERNEL_DYNLINK
|
||||||
bool "Enable Dynamic Link Feature"
|
bool "Enable Dynamic Link Feature"
|
||||||
default n
|
default n
|
||||||
depends on KERNEL_EXTKERNEL && ARCH_ARM
|
depends on KERNEL_EXTKERNEL && ARCH_ARM
|
||||||
|
|
Loading…
Reference in New Issue