diff --git a/driver/bpf/CMakeLists.txt b/driver/bpf/CMakeLists.txt index 0b51a7c180..9c85ed2826 100644 --- a/driver/bpf/CMakeLists.txt +++ b/driver/bpf/CMakeLists.txt @@ -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)