mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Add cpuid FreeBSD kernel module for ARM CPUs
This commit is contained in:
parent
371a9648d6
commit
0d71be934e
4 changed files with 276 additions and 1 deletions
|
@ -3,6 +3,8 @@ if(LIBCPUID_DRIVER_DEBUG)
|
|||
add_definitions(-DLIBCPUID_DRIVER_DEBUG)
|
||||
endif(LIBCPUID_DRIVER_DEBUG)
|
||||
|
||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
|
||||
add_subdirectory(freebsd)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||
add_subdirectory(linux)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue