Browse Source

Merge pull request #2051 from martin-frbg/issue2048

Make TARGET=GENERIC compatible with DYNAMIC_ARCH=1
tags/v0.3.6^2
Martin Kroeker GitHub 7 years ago
parent
commit
f18ab6c17b
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 ($(TARGET), GENERIC)
ifeq ($(CORE), GENERIC)
USE_TRMM = 1
endif



Loading…
Cancel
Save