]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - kernel/bpf/Makefile
UBUNTU: [Config] CONFIG_PHY_CPCAP_USB=m
[mirror_ubuntu-artful-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
56f668df 4obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o
d5a3b1f6
AS
5ifeq ($(CONFIG_PERF_EVENTS),y)
6obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
7endif
30070984 8obj-$(CONFIG_CGROUP_BPF) += cgroup.o