diff --git a/Makefile.system b/Makefile.system index 12cc57f25e..b065f9a981 100644 --- a/Makefile.system +++ b/Makefile.system @@ -277,7 +277,7 @@ endif ifeq ($(ARCH), arm64) GEMM_GEMV_FORWARD = 1 endif -ifeq($(ARCH), riscv) +ifeq ($(ARCH), riscv) GEMM_GEMV_FORWARD = 1 endif ifeq ($(ARCH), power)