commit | fa206dccd85d7682d36de4ccca1549e93c501d9d | [log] [tgz] |
---|---|---|
author | Daniel T. Lee <danieltimlee@gmail.com> | Sun Jun 16 00:14:46 2019 +0900 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 18 00:28:36 2019 +0200 |
tree | 3c136c7e75f51f921cbeb61e1e8c45bc2dffabf4 | |
parent | 32b88d3743573222c3ce0165727b6a4c4f7c245b [diff] |
samples: bpf: remove unnecessary include options in Makefile Due to recent change of include path at commit b552d33c80a9 ("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>