Force `DYNAMIC_ARCH` to empty when `DYNAMIC_CORE` is not set

This commit is contained in:
Elliot Saba 2017-05-04 11:52:34 -07:00
parent 5b04cf7ab4
commit 6e972994b2
1 changed files with 2 additions and 1 deletions

View File

@ -453,8 +453,9 @@ DYNAMIC_CORE += HASWELL ZEN
endif
endif
# If DYNAMIC_CORE is not set, DYNAMIC_ARCH cannot do anything, so force it to empty
ifndef DYNAMIC_CORE
DYNAMIC_ARCH =
override DYNAMIC_ARCH=
endif
endif