[PATCH bpf v2] bpf: fix build for BPF preload when $(O) points to a relative path

2021-01-26 Thread Quentin Monnet
Building the kernel with CONFIG_BPF_PRELOAD, and by providing a relative path for the output directory, may fail with the following error: $ make O=build bindeb-pkg ... /.../linux/tools/scripts/Makefile.include:5: *** O=build does not exist. Stop. make[7]: *** [/.../linux/kernel/bpf/prel

Re: [PATCH bpf v2] bpf: fix build for BPF preload when $(O) points to a relative path

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 26 Jan 2021 16:13:20 + you wrote: > Building the kernel with CONFIG_BPF_PRELOAD, and by providing a relative > path for the output directory, may fail with the following error: > > $ make O=build bindeb-pkg > ... >