build.gn自动添加 Makefile输出的src_files.txt文件
This commit is contained in:
13
ap/BUILD.gn
13
ap/BUILD.gn
@@ -13,17 +13,8 @@ import("//build/buildcfg.gni")
|
||||
|
||||
module_name = get_path_info(rebase_path("."), "name")
|
||||
kernel_module(module_name) {
|
||||
sources = [
|
||||
"src/main.c",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
"include",
|
||||
"../fs/littlefs/include",
|
||||
]
|
||||
|
||||
|
||||
|
||||
sources = []
|
||||
include_dirs = []
|
||||
}
|
||||
|
||||
config("public") {
|
||||
|
Reference in New Issue
Block a user