Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"
authorJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 19:33:24 +0000 (12:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Oct 2020 19:33:24 +0000 (12:33 -0700)
This reverts commit 1d273fcc2c29343e59658276b77b02e5897a3123.

Alexei points out there's nothing implying headers will be built
and therefore exist under usr/include, so this fix doesn't make
much sense.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bpfilter/Makefile

index 389ea76..cdac82b 100644 (file)
@@ -5,7 +5,7 @@
 
 userprogs := bpfilter_umh
 bpfilter_umh-objs := main.o
-userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi -I usr/include/
+userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi
 
 ifeq ($(CONFIG_BPFILTER_UMH), y)
 # builtin bpfilter_umh should be linked with -static