netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Broken samples/bpf build? (bisected)
@ 2019-10-01  9:13 Björn Töpel
  2019-10-01  9:38 ` Björn Töpel
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Töpel @ 2019-10-01  9:13 UTC (permalink / raw)
  To: bpf, Netdev; +Cc: yamada.masahiro

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.


Cheers,
Björn

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Broken samples/bpf build? (bisected)
  2019-10-01  9:13 Broken samples/bpf build? (bisected) Björn Töpel
@ 2019-10-01  9:38 ` Björn Töpel
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Töpel @ 2019-10-01  9:38 UTC (permalink / raw)
  To: bpf, Netdev; +Cc: yamada.masahiro

On Tue, 1 Oct 2019 at 11:13, Björn Töpel <bjorn.topel@gmail.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.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-01  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01  9:13 Broken samples/bpf build? (bisected) Björn Töpel
2019-10-01  9:38 ` Björn Töpel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).