diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-01 09:58:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-08 02:25:59 +0900 |
commit | 1a927fd347ebb3c02046150ee489d4fe4e6b9e81 (patch) | |
tree | 16e73bb18f6602fc0777c3c26f4ca9d3e4a20bf3 /net | |
parent | 33177f01ca3fe550146bb9001bec2fd806b2f40c (diff) | |
download | linux-1a927fd347ebb3c02046150ee489d4fe4e6b9e81.tar.gz linux-1a927fd347ebb3c02046150ee489d4fe4e6b9e81.tar.bz2 linux-1a927fd347ebb3c02046150ee489d4fe4e6b9e81.zip |
init/Kconfig: add CONFIG_CC_CAN_LINK
Currently, scripts/cc-can-link.sh is run just for BPFILTER_UMH, but
defining CC_CAN_LINK will be useful in other places.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bpfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bpfilter/Kconfig b/net/bpfilter/Kconfig index 91f9d878165e..fed9290e3b41 100644 --- a/net/bpfilter/Kconfig +++ b/net/bpfilter/Kconfig @@ -9,7 +9,7 @@ menuconfig BPFILTER if BPFILTER config BPFILTER_UMH tristate "bpfilter kernel module with user mode helper" - depends on $(success,$(srctree)/scripts/cc-can-link.sh $(CC)) + depends on CC_CAN_LINK default m help This builds bpfilter kernel module with embedded user mode helper |