diff --git a/kernel/Makefile.L3 b/kernel/Makefile.L3 index 0664263967..4284fbfa09 100644 --- a/kernel/Makefile.L3 +++ b/kernel/Makefile.L3 @@ -29,8 +29,10 @@ USE_TRMM = 1 endif ifeq ($(CORE), HASWELL) +ifeq ($(ARCH), x86_64) USE_TRMM = 1 endif +endif ifeq ($(CORE), ZEN) USE_TRMM = 1