mfgtool ah 可以使用ninja编译
This commit is contained in:
13
mfgtool/ah/BUILD.gn
Normal file
13
mfgtool/ah/BUILD.gn
Normal file
@@ -0,0 +1,13 @@
|
||||
executable("aha") {
|
||||
sources = [
|
||||
"add_header_v1.c",
|
||||
"../ram/src/crc.c",
|
||||
"../ram/src/sha256.c"
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
"../ram/inc",
|
||||
"../../inc",
|
||||
"../../inc/utils"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user