Skip to content

Commit 9fa0d12

Browse files
jalsethnathan-b
authored andcommitted
Add autoconf for driver_config.h in order to fix builds of just the BPF probe. (#1556)
sysdig-CLA-1.0-signed-off-by: James Alseth <james@jalseth.me>
1 parent 7f95124 commit 9fa0d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/bpf/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# MIT.txt or GPL.txt for full copies of the license.
66
#
77

8+
configure_file(../driver_config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/../driver_config.h)
9+
810
option(BUILD_BPF "Build the BPF driver on Linux" OFF)
911

1012
if(BUILD_BPF)

0 commit comments

Comments
 (0)