]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - kernel/bpf/Makefile
bpf: perf event change needed for subsequent bpf helpers
[mirror_ubuntu-bionic-kernel.git] / kernel / bpf / Makefile
CommitLineData
f89b7755 1obj-y := core.o
b2197755 2
f1174f77 3obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o
56f668df 4obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o
546ac1ff 5ifeq ($(CONFIG_NET),y)
6bdc9c4c
JF
6obj-$(CONFIG_BPF_SYSCALL) += devmap.o
7ifeq ($(CONFIG_STREAM_PARSER),y)
8obj-$(CONFIG_BPF_SYSCALL) += sockmap.o
9endif
546ac1ff 10endif
d5a3b1f6
AS
11ifeq ($(CONFIG_PERF_EVENTS),y)
12obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
13endif
30070984 14obj-$(CONFIG_CGROUP_BPF) += cgroup.o