Pass KernelSel4Arch for simulation settings
This allows the simulation settings to distinguish between ia32 and x86_ 64 when setting for simulation. Signed-off-by: Curtis Millar <curtis.millar@data61.csiro.au>
This commit is contained in:
parent
bc81624224
commit
5389080508
|
@ -39,7 +39,7 @@ endif()
|
|||
include(${project_dir}/kernel/configs/seL4Config.cmake)
|
||||
|
||||
if(SIMULATION)
|
||||
ApplyCommonSimulationSettings(${KernelArch})
|
||||
ApplyCommonSimulationSettings(${KernelSel4Arch})
|
||||
endif()
|
||||
|
||||
ApplyCommonReleaseVerificationSettings(${RELEASE} OFF)
|
Loading…
Reference in New Issue