Fixed bad filename for cpuid.S compile.

This commit is contained in:
Hank Anderson
2015-02-25 11:51:29 -06:00
parent 00e373aea6
commit 518e2424a8

View File

@@ -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