build.gn自动添加 Makefile输出的src_files.txt文件

This commit is contained in:
2025-01-17 19:35:35 +08:00
parent f790b7f9d4
commit e202cbfdbe
18 changed files with 90 additions and 770 deletions

View File

@@ -11,15 +11,9 @@
import("//build/buildcfg.gni")
module_name = get_path_info(rebase_path("."), "name")
module_group(module_name) {
if (APP == "0") {
modules = [
"smart_grid",
]
} else if (APP == "15") {
modules = [
"sniffer",
]
}
module_name = "kl_sdk"
kernel_module(module_name) {
sources=[]
include_dirs=[]
}