Skip to content

Commit

Permalink
Add autoconf for driver_config.h in order to fix builds of just the B…
Browse files Browse the repository at this point in the history
…PF probe. (#1556)

sysdig-CLA-1.0-signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth authored and nathan-b committed Dec 9, 2019
1 parent 7f95124 commit 9fa0d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/bpf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# MIT.txt or GPL.txt for full copies of the license.
#

configure_file(../driver_config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/../driver_config.h)

option(BUILD_BPF "Build the BPF driver on Linux" OFF)

if(BUILD_BPF)
Expand Down

0 comments on commit 9fa0d12

Please sign in to comment.