Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(ENABLE_DKMS)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Makefile.dkms
RENAME Makefile
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}"
COMPONENT agent)
COMPONENT agent-kmodule)

install(FILES
${CMAKE_CURRENT_BINARY_DIR}/dkms.conf
Expand All @@ -79,7 +79,8 @@ if(ENABLE_DKMS)
ppm_cputime.c
ppm_compat_unistd_32.h
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}"
COMPONENT agent)
COMPONENT agent-kmodule)

endif()

add_subdirectory(bpf)
2 changes: 1 addition & 1 deletion driver/bpf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ install(FILES
ring_helpers.h
types.h
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}/bpf"
COMPONENT agent)
COMPONENT agent-kmodule)