mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 19:49:56 -04:00
464cb72f4b
Signed-off-by: zhujiaxin <zhujiaxin@huawei.com>
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
import("//build/templates/kernel/ohos_kernel_build.gni")
|
|
|
|
ohos_build_ko("ko_sample") {
|
|
sources = [ "//kernel/linux/common_modules/module_sample/ko_sample.c",
|
|
"//kernel/linux/common_modules/module_sample/sample_fun.c" ]
|
|
target_ko_name = "kosample"
|
|
device_name = device_name
|
|
device_arch = "arm64"
|
|
}
|