blob: a5ae60f0b0a2d33a48cf7d5b2585e5d048f931f6 [file] [log] [blame]
Alexei Starovoitovf89b7752014-10-23 18:41:08 -07001obj-y := core.o
Alexei Starovoitovd0003ec2014-11-13 17:36:49 -08002obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o hashtab.o arraymap.o helpers.o
Alexei Starovoitov3c731eb2014-09-26 00:17:07 -07003ifdef CONFIG_TEST_BPF
Alexei Starovoitovf89b7752014-10-23 18:41:08 -07004obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
Alexei Starovoitov3c731eb2014-09-26 00:17:07 -07005endif