]> git.baikalelectronics.ru Git - kernel.git/commit
samples: bpf: remove unnecessary include options in Makefile
authorDaniel T. Lee <danieltimlee@gmail.com>
Sat, 15 Jun 2019 15:14:46 +0000 (00:14 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 17 Jun 2019 22:28:36 +0000 (00:28 +0200)
commit5686cf03baa810b827023470e7c84a414fca2ecf
tree3c136c7e75f51f921cbeb61e1e8c45bc2dffabf4
parent42efa382361e7f50ef6280b2007415a6b4c7ca02
samples: bpf: remove unnecessary include options in Makefile

Due to recent change of include path at commit 6d0c3770d551
("samples/bpf: fix include path in Makefile"), some of the
previous include options became unnecessary.

This commit removes duplicated include options in Makefile.

Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/Makefile