Skip to content

Commit

Permalink
Add DYNAMIC_LIST option for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 24, 2021
1 parent e3ff4cd commit 9b2d69a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,11 @@ DYNAMIC_CORE += THUNDERX2T99
DYNAMIC_CORE += TSV110
DYNAMIC_CORE += EMAG8180
DYNAMIC_CORE += THUNDERX3T110
ifdef DYNAMIC_LIST
override DYNAMIC_CORE = ARMV8 $(DYNAMIC_LIST)
XCCOMMON_OPT = -DDYNAMIC_LIST -DDYN_ARMV8
XCCOMMON_OPT += $(foreach dcore,$(DYNAMIC_LIST),-DDYN_$(dcore))
endif
endif

ifeq ($(ARCH), mips64)
Expand Down

0 comments on commit 9b2d69a

Please sign in to comment.