]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - kernel/bpf/Makefile
x86/msr-index: Cleanup bit defines
[mirror_ubuntu-bionic-kernel.git] / kernel / bpf / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f89b7755 2obj-y := core.o
b2197755 3
f1174f77 4obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o
56f668df 5obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o
f4ac7e0b 6obj-$(CONFIG_BPF_SYSCALL) += disasm.o
546ac1ff 7ifeq ($(CONFIG_NET),y)
6bdc9c4c 8obj-$(CONFIG_BPF_SYSCALL) += devmap.o
6710e112 9obj-$(CONFIG_BPF_SYSCALL) += cpumap.o
ab3f0063 10obj-$(CONFIG_BPF_SYSCALL) += offload.o
6bdc9c4c
JF
11ifeq ($(CONFIG_STREAM_PARSER),y)
12obj-$(CONFIG_BPF_SYSCALL) += sockmap.o
13endif
546ac1ff 14endif
d5a3b1f6
AS
15ifeq ($(CONFIG_PERF_EVENTS),y)
16obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
17endif
30070984 18obj-$(CONFIG_CGROUP_BPF) += cgroup.o