Fixed bad filename for cpuid.S compile.
This commit is contained in:
parent
00e373aea6
commit
518e2424a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue