Skip to content

Commit 63c7848

Browse files
committed
Rename cmake component to agent-kmodule
1 parent a336f6b commit 63c7848

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

driver/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if(ENABLE_DKMS)
5656
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Makefile.dkms
5757
RENAME Makefile
5858
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}"
59-
COMPONENT agent)
59+
COMPONENT agent-kmodule)
6060

6161
install(FILES
6262
${CMAKE_CURRENT_BINARY_DIR}/dkms.conf
@@ -79,7 +79,8 @@ if(ENABLE_DKMS)
7979
ppm_cputime.c
8080
ppm_compat_unistd_32.h
8181
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}"
82-
COMPONENT agent)
82+
COMPONENT agent-kmodule)
83+
8384
endif()
8485

8586
add_subdirectory(bpf)

driver/bpf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ install(FILES
2020
ring_helpers.h
2121
types.h
2222
DESTINATION "src/${PACKAGE_NAME}-${PROBE_VERSION}/bpf"
23-
COMPONENT agent)
23+
COMPONENT agent-kmodule)

0 commit comments

Comments
 (0)