On Wed, Mar 4, 2020 at 10:43 AM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Add detection of out-of-tree built vmlinux image for the purpose of > VMLINUX_BTF detection. According to Documentation/kbuild/kbuild.rst, O takes > precedence over KBUILD_OUTPUT. > > Also ensure ~/path/to/build/dir also works by relying on wildcard's resolution > first, but then applying $(abspath) at the end to also handle > O=../../whatever cases. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied. Thanks for fixing a build.