Fixed some case issues with ARCH.

Added some kernel and driver/others objects.
This commit is contained in:
Hank Anderson
2015-02-08 15:29:18 -06:00
parent fa0e6a6c93
commit 7fa5c4e2fd
3 changed files with 31 additions and 13 deletions

View File

@@ -3,6 +3,14 @@ include_directories(${CMAKE_SOURCE_DIR})
# TODO: need to read ${KERNELDIR}/KERNEL into CMake vars
# Makeflie
message(STATUS "${ARCH}")
if (${ARCH} STREQUAL "x86")
GenerateNamedObjects("${KERNELDIR}/cpuid.S" "")
list(APPEND DBLAS_OBJS ${OBJ_LIST_OUT})
endif ()
# Makefile.L1