Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 9 Mar 2019 10:21:16 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 10:21:16 +0000 (11:21 +0100)
for issue #2048

kernel/Makefile.L3

index eafcfb1..bf5fffe 100644 (file)
@@ -24,7 +24,7 @@ ifeq ($(TARGET), LOONGSON3B)
 USE_TRMM = 1
 endif
 
-ifeq ($(TARGET), GENERIC)
+ifeq ($(CORE), GENERIC)
 USE_TRMM = 1
 endif