build.gn自动添加 Makefile输出的src_files.txt文件
This commit is contained in:
16
app/BUILD.gn
16
app/BUILD.gn
@@ -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=[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user