workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE
[deliverable/linux.git] / kernel / bpf / Makefile
CommitLineData
f89b7755 1obj-y := core.o
d0003ec0 2obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o hashtab.o arraymap.o helpers.o
3c731eba 3ifdef CONFIG_TEST_BPF
f89b7755 4obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
3c731eba 5endif
This page took 0.047701 seconds and 5 git commands to generate.