Merge tag 'renesas-boards-cleanups2-for-v3.19' of git://git.kernel.org/pub/scm/linux...
[firefly-linux-kernel-4.4.55.git] / kernel / bpf / Makefile
1 obj-y := core.o
2 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o
3 ifdef CONFIG_TEST_BPF
4 obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
5 endif