Home
last modified time | relevance | path

Searched hist:ac2f438c2a85acd07e0ac7dc2f69d45bda1bb498 (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A DMakefilediff ac2f438c2a85acd07e0ac7dc2f69d45bda1bb498 Wed May 01 19:01:30 CEST 2024 Vadim Fedorenko <vadfed@meta.com> bpf: crypto: fix build when CONFIG_CRYPTO=m

Crypto subsytem can be build as a module. In this case we still have to
build BPF crypto framework otherwise the build will fail.

Fixes: 3e1c6f35409f ("bpf: make common crypto API for TC/XDP programs")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202405011634.4JK40epY-lkp@intel.com/
Signed-off-by: Vadim Fedorenko <vadfed@meta.com>
Link: https://lore.kernel.org/r/20240501170130.1682309-1-vadfed@meta.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>