[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJ+HfNhM2ifCOUrmiaO=ERw1Wuv+ZK5LWehMsqryT8uc5YcJKQ@mail.gmail.com>
Date: Tue, 1 Oct 2019 11:38:32 +0200
From: Björn Töpel <bjorn.topel@...il.com>
To: bpf <bpf@...r.kernel.org>, Netdev <netdev@...r.kernel.org>
Cc: yamada.masahiro@...ionext.com
Subject: Re: Broken samples/bpf build? (bisected)
On Tue, 1 Oct 2019 at 11:13, Björn Töpel <bjorn.topel@...il.com> wrote:
>
> The samples/bpf/ build seems to be broken for bpf/master. I've
> bisected it to commit 394053f4a4b3 ("kbuild: make single targets work
> more correctly").
>
> I'll take a look, but if someone with better kbuild-fu already had a
> look, please let me know.
>
Setting CONFIG_SAMPLES=y and
diff --git a/samples/Makefile b/samples/Makefile
index 7d6e4ca28d69..7074d6c9da12 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -20,3 +20,4 @@ obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
obj-y += vfio-mdev/
subdir-$(CONFIG_SAMPLE_VFS) += vfs
+subdir-y += bpf
did the trick.
Powered by blists - more mailing lists