linux-sg2042/kernel/bpf/Makefile

6 lines
87 B
Makefile

obj-y := core.o syscall.o verifier.o
ifdef CONFIG_TEST_BPF
obj-y += test_stub.o
endif