Skip to content

Commit 61d8035

Browse files
authored
Apply USE_TRMM to MIPS64_GENERIC as to GENERIC
1 parent f8ee309 commit 61d8035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kernel/Makefile.L3

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ USE_TRMM = 1
3535
endif
3636
endif
3737

38+
ifneq ($(DYNAMIC_ARCH), 1)
39+
ifeq ($(TARGET), MIPS64_GENERIC)
40+
USE_TRMM = 1
41+
endif
42+
endif
43+
3844
ifeq ($(CORE), HASWELL)
3945
USE_TRMM = 1
4046
endif

0 commit comments

Comments
 (0)