]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - kernel/bpf/Makefile
bpf, sockmap: convert to generic sk_msg interface
[mirror_ubuntu-disco-kernel.git] / kernel / bpf / Makefile
index 0488b8258321257aac395f9ece7bef5e04004918..ff8262626b8fe77ad6388ca7f7db641a908b337a 100644 (file)
@@ -13,11 +13,6 @@ ifeq ($(CONFIG_XDP_SOCKETS),y)
 obj-$(CONFIG_BPF_SYSCALL) += xskmap.o
 endif
 obj-$(CONFIG_BPF_SYSCALL) += offload.o
-ifeq ($(CONFIG_STREAM_PARSER),y)
-ifeq ($(CONFIG_INET),y)
-obj-$(CONFIG_BPF_SYSCALL) += sockmap.o
-endif
-endif
 endif
 ifeq ($(CONFIG_PERF_EVENTS),y)
 obj-$(CONFIG_BPF_SYSCALL) += stackmap.o