1
0
Fork 0
alistair23-linux/net/bpfilter
Masahiro Yamada 88e85a7daf bpfilter: check compiler capability in Kconfig
With the brand-new syntax extension of Kconfig, we can directly
check the compiler capability in the configuration phase.

If the cc-can-link.sh fails, the BPFILTER_UMH is automatically
hidden by the dependency.

I also deleted 'default n', which is no-op.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-28 13:36:39 +09:00
..
.gitignore bpfilter: ignore binary files 2018-06-20 09:07:46 +09:00
Kconfig bpfilter: check compiler capability in Kconfig 2018-06-28 13:36:39 +09:00
Makefile bpfilter: fix user mode helper cross compilation 2018-06-21 09:19:19 +09:00
bpfilter_kern.c bpfilter: fix race in pipe access 2018-06-07 20:07:28 -04:00
main.c bpfilter: don't pass O_CREAT when opening console for debug 2018-05-24 09:36:49 -04:00
msgfmt.h net: add skeleton of bpfilter kernel module 2018-05-23 13:23:40 -04:00