Signed-off-by: zhujiaxin <zhujiaxin@huawei.com>
This commit is contained in:
zhujiaxin
2023-11-25 11:45:59 +08:00
parent 975077e861
commit 3503e35195
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
# limitations under the License.
group("ko_build") {
deps = [ "//kernel/linux/common_modules/module_sample:ko_sample" ]
deps = [ "module_sample:ko_sample" ]
}
+2 -2
View File
@@ -15,8 +15,8 @@ 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",
"ko_sample.c",
"sample_fun.c",
]
target_ko_name = "kosample"
device_name = device_name