]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - kernel/bpf/Makefile
UBUNTU: Ubuntu-4.10.0-37.41
[mirror_ubuntu-zesty-kernel.git] / kernel / bpf / Makefile
CommitLineData
f89b7755 1obj-y := core.o
b2197755
DB
2
3obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
3a08c2fd 4obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o
d5a3b1f6
AS
5ifeq ($(CONFIG_PERF_EVENTS),y)
6obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
7endif
30070984 8obj-$(CONFIG_CGROUP_BPF) += cgroup.o