Files
kunlun/mfgtool/ah/BUILD.gn

13 lines
192 B
Plaintext
Raw Normal View History

executable("ah") {
2025-01-13 18:38:58 +08:00
sources = [
"add_header_v1.c",
"../ram/src/crc.c",
"../ram/src/sha256.c"
]
include_dirs = [
"../ram/inc",
"../../inc",
"../../inc/utils"
]
}