Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu...
[deliverable/linux.git] / kernel / bpf / Makefile
1 obj-y := core.o
2
3 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
4 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o
5 ifeq ($(CONFIG_PERF_EVENTS),y)
6 obj-$(CONFIG_BPF_SYSCALL) += stackmap.o
7 endif
This page took 0.03009 seconds and 6 git commands to generate.