cmake: work around sdk toolchain configuration for xtensa [REVERTME]
until we have this change in the SDK where we should not depend on SOC_NAME but a new identifier. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cba2f136cc
commit
483b4ff030
2 changed files with 29 additions and 0 deletions
|
@ -8,6 +8,10 @@ if SOC_INTEL_S1000
|
|||
config SOC
|
||||
default "intel_s1000"
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "intel_s1000"
|
||||
|
||||
config IRQ_OFFLOAD_INTNUM
|
||||
default 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue