Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / kernel / bpf / Makefile
1 obj-y := core.o
2 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o hashtab.o arraymap.o helpers.o
3 ifdef CONFIG_TEST_BPF
4 obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
5 endif
This page took 0.030433 seconds and 5 git commands to generate.