We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f95124 commit 9fa0d12Copy full SHA for 9fa0d12
driver/bpf/CMakeLists.txt
@@ -5,6 +5,8 @@
5
# MIT.txt or GPL.txt for full copies of the license.
6
#
7
8
+configure_file(../driver_config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/../driver_config.h)
9
+
10
option(BUILD_BPF "Build the BPF driver on Linux" OFF)
11
12
if(BUILD_BPF)
0 commit comments