Browse Source

Update DYNAMIC_ARCH list of ARM64 targets

pull/2332/head
Martin Kroeker GitHub 6 years ago
parent
commit
4432f96feb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Makefile.system

+ 5
- 0
Makefile.system View File

@@ -547,9 +547,14 @@ endif

ifeq ($(ARCH), arm64)
DYNAMIC_CORE = ARMV8
DYNAMIC_CORE += CORTEXA53
DYNAMIC_CORE += CORTEXA57
DYNAMIC_CORE += CORTEXA72
DYNAMIC_CORE += CORTEXA73
DYNAMIC_CORE += FALKOR
DYNAMIC_CORE += THUNDERX
DYNAMIC_CORE += THUNDERX2T99
DYNAMIC_CORE += TSV110
endif

ifeq ($(ARCH), power)


Loading…
Cancel
Save