Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1

for issue #2048
This commit is contained in:
Martin Kroeker 2019-03-09 11:21:16 +01:00 committed by GitHub
parent 69edc5bbe7
commit 5b95534afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ifeq ($(TARGET), LOONGSON3B)
USE_TRMM = 1
endif
ifeq ($(TARGET), GENERIC)
ifeq ($(CORE), GENERIC)
USE_TRMM = 1
endif