]> git.baikalelectronics.ru Git - kernel.git/commit
samples/bpf: fix include path in Makefile
authorPrashant Bhole <prashantbhole.linux@gmail.com>
Fri, 14 Jun 2019 06:43:18 +0000 (15:43 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 14 Jun 2019 23:14:06 +0000 (01:14 +0200)
commit6d0c3770d551be3b18b83c8b5716c3bc0e1a6515
treeddebd261d113dc6ce4813c44ccc8d8b9bacd6ac0
parentb11ee1f5b5e3c5980de067badb2d2bd0b8c8d117
samples/bpf: fix include path in Makefile

Recent commit included libbpf.h in selftests/bpf/bpf_util.h.
Since some samples use bpf_util.h and samples/bpf/Makefile doesn't
have libbpf.h path included, build was failing. Let's add the path
in samples/bpf/Makefile.

Signed-off-by: Prashant Bhole <prashantbhole.linux@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/Makefile