diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 368af90b2..4fe27a7d0 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -20,7 +20,7 @@ ParseMakefileVars("${KERNELDIR}/KERNEL.${TARGET_CORE}") ParseMakefileVars("${KERNELDIR}/KERNEL") if (${ARCH} STREQUAL "x86") - GenerateNamedObjects("${KERNELDIR}/cpuid.S" "") + GenerateNamedObjects("${KERNELDIR}/cpuid.S" "" "" false "" "" true) endif () # don't use float type name mangling here