xref
: /
linux
/
kernel
/
bpf
/
Makefile
(revision 7f8998c7aef3ac9c5f3f2943e083dfa6302e90d0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
obj
-y :=
core.o
syscall.o
verifier.o
2
3
ifdef
CONFIG_TEST_BPF
4
obj
-y +=
test_stub.o
5
endif
6