Skip to content

Commit

Permalink
fix(driver): properly use DRIVER_KMOD_COMPONENT_NAME when installing …
Browse files Browse the repository at this point in the history
…kmod configure modules.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Mar 7, 2024
1 parent 83f1529 commit 945fedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ foreach(subdir ${configure_modules})
"${CMAKE_CURRENT_BINARY_DIR}/src/configure/${CONFIGURE_MODULE}/Makefile"
"${CMAKE_CURRENT_BINARY_DIR}/src/configure/${CONFIGURE_MODULE}/Makefile.inc"
DESTINATION "src/${DRIVER_PACKAGE_NAME}-${DRIVER_VERSION}/configure/${CONFIGURE_MODULE}"
COMPONENT ${DRIVER_COMPONENT_NAME})
COMPONENT ${DRIVER_KMOD_COMPONENT_NAME})
endif()
endif()
endforeach()
Expand Down

0 comments on commit 945fedb

Please sign in to comment.