From 61d803547afb6bb5889a2f00ac169e0e44d1febe Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 6 Aug 2023 15:17:38 +0200 Subject: [PATCH] Apply USE_TRMM to MIPS64_GENERIC as to GENERIC --- kernel/Makefile.L3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel/Makefile.L3 b/kernel/Makefile.L3 index bea6cb048..174a1d41b 100644 --- a/kernel/Makefile.L3 +++ b/kernel/Makefile.L3 @@ -35,6 +35,12 @@ USE_TRMM = 1 endif endif +ifneq ($(DYNAMIC_ARCH), 1) +ifeq ($(TARGET), MIPS64_GENERIC) +USE_TRMM = 1 +endif +endif + ifeq ($(CORE), HASWELL) USE_TRMM = 1 endif