Skip to content

Commit 2ecbc1f

Browse files
committed
Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"
This reverts commit 1d273fc. 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>
1 parent 6617dfd commit 2ecbc1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/bpfilter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
userprogs := bpfilter_umh
77
bpfilter_umh-objs := main.o
8-
userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi -I usr/include/
8+
userccflags += -I $(srctree)/tools/include/ -I $(srctree)/tools/include/uapi
99

1010
ifeq ($(CONFIG_BPFILTER_UMH), y)
1111
# builtin bpfilter_umh should be linked with -static

0 commit comments

Comments
 (0)