Skip to content

Commit 885a3c4

Browse files
authored
USE_TRMM on Z14
from patch provided by aarnez in #991
1 parent 4b512f8 commit 885a3c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernel/Makefile.L3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ ifeq ($(ARCH), zarch)
4848
USE_TRMM = 1
4949
endif
5050

51+
ifeq ($(CORE), Z14)
52+
USE_TRMM = 1
53+
endif
54+
5155

5256

5357

0 commit comments

Comments
 (0)