diff --git a/kernel/riscv64/KERNEL.RISCV64_ZVL256B b/kernel/riscv64/KERNEL.RISCV64_ZVL256B index e69171abe7..c48095bb21 100644 --- a/kernel/riscv64/KERNEL.RISCV64_ZVL256B +++ b/kernel/riscv64/KERNEL.RISCV64_ZVL256B @@ -256,6 +256,8 @@ SHGEMMOTCOPYOBJ = shgemm_otcopy$(TSUFFIX).$(SUFFIX) ifndef SHGEMM_BETA SHGEMM_BETA = gemm_beta_rvv.c endif +SHGEMVNKERNEL = sbgemv_n_vector.c +SHGEMVTKERNEL = sbgemv_t_vector.c endif ifeq ($(BUILD_BFLOAT16), 1)