aboutsummaryrefslogtreecommitdiffstats
path: root/net/bpfilter/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-31 12:15:35 +0900
committerDavid S. Miller <davem@davemloft.net>2019-02-03 20:11:43 -0800
commit303a339f30a9441c4695d3d2cc78f1b33cd959ff (patch)
treefdbc053f21873758d4d106d73fab63b783ac8948 /net/bpfilter/Makefile
parentMerge branch 'phy-aquantia-improvements' (diff)
downloadlinux-dev-303a339f30a9441c4695d3d2cc78f1b33cd959ff.tar.xz
linux-dev-303a339f30a9441c4695d3d2cc78f1b33cd959ff.zip
bpfilter: remove extra header search paths for bpfilter_umh
Currently, the header search paths -Itools/include and -Itools/include/uapi are not used. Let's drop the unused code. We can remove -I. too by fixing up one C file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bpfilter/Makefile')
-rw-r--r--net/bpfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bpfilter/Makefile b/net/bpfilter/Makefile
index 0947ee7f70d5..5d6c7760142d 100644
--- a/net/bpfilter/Makefile
+++ b/net/bpfilter/Makefile
@@ -5,7 +5,6 @@
hostprogs-y := bpfilter_umh
bpfilter_umh-objs := main.o
-KBUILD_HOSTCFLAGS += -I. -Itools/include/ -Itools/include/uapi
HOSTCC := $(CC)
ifeq ($(CONFIG_BPFILTER_UMH), y)