From: Jakub Kicinski Date: Thu, 15 Oct 2020 19:33:24 +0000 (-0700) Subject: Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH" X-Git-Tag: v5.15~2655^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ecbc1f684482b4ed52447a39903bd9b0f222898;p=platform%2Fkernel%2Flinux-starfive.git Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH" 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 --- diff --git a/net/bpfilter/Makefile b/net/bpfilter/Makefile index 389ea76..cdac82b 100644 --- a/net/bpfilter/Makefile +++ b/net/bpfilter/Makefile @@ -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