We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0737df6 commit ac2f438Copy full SHA for ac2f438
kernel/bpf/Makefile
@@ -44,7 +44,7 @@ obj-$(CONFIG_BPF_SYSCALL) += bpf_struct_ops.o
44
obj-$(CONFIG_BPF_SYSCALL) += cpumask.o
45
obj-${CONFIG_BPF_LSM} += bpf_lsm.o
46
endif
47
-ifeq ($(CONFIG_CRYPTO),y)
+ifneq ($(CONFIG_CRYPTO),)
48
obj-$(CONFIG_BPF_SYSCALL) += crypto.o
49
50
obj-$(CONFIG_BPF_PRELOAD) += preload/
0 commit comments