Browse Source

Fixed bad filename for cpuid.S compile.

tags/v0.2.15^2
Hank Anderson 11 years ago
parent
commit
518e2424a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/CMakeLists.txt

+ 1
- 1
kernel/CMakeLists.txt 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


Loading…
Cancel
Save