]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - kernel/bpf/Makefile
Merge branch 'next' into for-linus
[mirror_ubuntu-zesty-kernel.git] / kernel / bpf / Makefile
CommitLineData
f89b7755 1obj-y := core.o
d0003ec0 2obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o hashtab.o arraymap.o helpers.o
3c731eba 3ifdef CONFIG_TEST_BPF
f89b7755 4obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
3c731eba 5endif