Compare commits

...

Author SHA1 Message Date
  Martin Kroeker 71d488ffba
Revert "Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1" 6 years ago
1 changed files with 1 additions and 1 deletions
Split View
  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