build.gn自动添加 Makefile输出的src_files.txt文件
This commit is contained in:
10
pib/BUILD.gn
10
pib/BUILD.gn
@@ -14,12 +14,6 @@ import("//build/buildcfg.gni")
|
||||
module_name = "kl_sdk"
|
||||
|
||||
kernel_module(module_name) {
|
||||
sources = [
|
||||
"src/iot_cal_data.c",
|
||||
"src/iot_oem.c",
|
||||
"src/iot_pib.c",
|
||||
]
|
||||
include_dirs = [
|
||||
"//inc/pib",
|
||||
]
|
||||
sources=[]
|
||||
include_dirs=[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user