From 3d024b8f3b8a2a1abbaeabafa8377ac49f24b32a Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 15 Dec 2017 18:39:07 +0100 Subject: ipcpd: Find raptor kernel module in default path The raptor module is now installed in /lib/modules/$(uname -r)/extra and ouroboros will look for the module there. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/raptor/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3