Makefile 135 字节
Newer Older
A
Alexei Starovoitov 已提交
1 2
obj-y := core.o
obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o
3
ifdef CONFIG_TEST_BPF
A
Alexei Starovoitov 已提交
4
obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
5
endif