]> git.karo-electronics.de Git - karo-tx-linux.git/blob - kernel/bpf/Makefile
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-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