diff options
Diffstat (limited to 'src/ipcpd')
| -rw-r--r-- | src/ipcpd/raptor/CMakeLists.txt | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/ipcpd/raptor/CMakeLists.txt b/src/ipcpd/raptor/CMakeLists.txt index 03411941..2eb3b9b7 100644 --- a/src/ipcpd/raptor/CMakeLists.txt +++ b/src/ipcpd/raptor/CMakeLists.txt @@ -15,11 +15,9 @@ include_directories(${CMAKE_BINARY_DIR}/include)  if (CMAKE_SYSTEM_NAME STREQUAL "Linux")    find_path(RAPTOR_KERNEL_MODULE      NAMES -    raptor.ko      raptor.ko.gz      HINTS -    /lib/modules/${CMAKE_SYSTEM_VERSION}/ -    /lib/modules/${CMAKE_SYSTEM_VERSION}/extramodules/ +    /lib/modules/${CMAKE_SYSTEM_VERSION}/extra    )    mark_as_advanced(RAPTOR_KERNEL_MODULE) | 
