]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/bpf/Makefile
wil6210: p2p initial support
[mirror_ubuntu-bionic-kernel.git] / kernel / bpf / Makefile
index 13272582eee00099a45179d82b47556ea0eb3cf9..8a932d079c24dbdccb87022fa3976d32dd505130 100644 (file)
@@ -2,3 +2,6 @@ obj-y := core.o
 
 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o
+ifeq ($(CONFIG_PERF_EVENTS),y)
+obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
+endif