Browse Source

Revert "Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1"

revert-2051-issue2048
Martin Kroeker GitHub 6 years ago
parent
commit
71d488ffba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/Makefile.L3

+ 1
- 1
kernel/Makefile.L3 View File

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

ifeq ($(CORE), GENERIC)
ifeq ($(TARGET), GENERIC)
USE_TRMM = 1
endif



Loading…
Cancel
Save