Fixed bad filename for cpuid.S compile.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user