添加一些BUILD.gn文件, 添加 source_module模板
This commit is contained in:
8
common/pkt/BUILD.gn
Normal file
8
common/pkt/BUILD.gn
Normal file
@@ -0,0 +1,8 @@
|
||||
import("//build/buildcfg.gni")
|
||||
|
||||
module_name = "kl_sdk"
|
||||
|
||||
kernel_module(module_name) {
|
||||
sources=[]
|
||||
include_dirs=[]
|
||||
}
|
Reference in New Issue
Block a user