提交 c66681a1 编写于 作者: O openharmony_ci 提交者: Gitee

!486 lwip_enhanced更改gn编译

Merge pull request !486 from 刘建东/master
......@@ -30,15 +30,19 @@
import("//kernel/liteos_a/liteos.gni")
group("net") {
deps = [
"lwip-2.1",
"telnet",
]
deps = [ "telnet" ]
if (defined(LOSCFG_NET_LWIP_SACK_2_0)) {
deps += [ "$LITEOSTHIRDPARTY/lwip_enhanced/src" ]
} else if (defined(LOSCFG_NET_LWIP_SACK_2_1)) {
deps += [ "lwip-2.1" ]
}
}
config("public") {
configs = [
"lwip-2.1:public",
"telnet:public",
]
configs = [ "telnet:public" ]
if (defined(LOSCFG_NET_LWIP_SACK_2_0)) {
configs += [ "$LITEOSTHIRDPARTY/lwip_enhanced/src:public" ]
} else if (defined(LOSCFG_NET_LWIP_SACK_2_1)) {
configs += [ "lwip-2.1:public" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册