Skip to content

Commit 5b95534

Browse files
authored
Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1
for issue #2048
1 parent 69edc5b commit 5b95534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile.L3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ifeq ($(TARGET), LOONGSON3B)
2424
USE_TRMM = 1
2525
endif
2626

27-
ifeq ($(TARGET), GENERIC)
27+
ifeq ($(CORE), GENERIC)
2828
USE_TRMM = 1
2929
endif
3030

0 commit comments

Comments
 (0)