Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / kernel / bpf / Makefile
1 obj-y := core.o syscall.o verifier.o
2
3 ifdef CONFIG_TEST_BPF
4 obj-y += test_stub.o
5 endif