remove deps hdf_hcs

Signed-off-by: zounan <zounan@goodix.com>
This commit is contained in:
lidongshan
2021-12-11 22:58:53 +08:00
parent 5b1c298b59
commit cd369f06db
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -15,5 +15,4 @@ import("//kernel/liteos_m/liteos.gni")
module_name = get_path_info(rebase_path("."), "name")
kernel_module(module_name) {
deps = [ "$product_path/hdf_config:hdf_hcs" ]
}
+1 -1
View File
@@ -44,7 +44,7 @@ board_cflags = [
"-std=c99",
"--inline",
"-ggdb",
"-O0",
"-O1",
"-ffunction-sections",
"-fdata-sections",
"-mfloat-abi=softfp",