On Tue, Aug 1, 2023 at 8:54 AM Anh Tuan Phan <tuananhlfc@xxxxxxxxx> wrote: > > This commit fixes a few compilation issues when building out of source > tree. The command that I used to build samples/bpf: > > export KBUILD_OUTPUT=/tmp > make V=1 M=samples/bpf > > The compilation failed since it tried to find the header files in the > wrong places between output directory and source tree directory > > Signed-off-by: Anh Tuan Phan <tuananhlfc@xxxxxxxxx> Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxx>