Makefile (d5432503bfb49f3425bad0b850714ffd8b533cfc) Makefile (f89b7755f517cdbb755d7543eef986ee9d54e654)
1obj-y := core.o syscall.o verifier.o
2
1obj-y := core.o
2obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o
3ifdef CONFIG_TEST_BPF
3ifdef CONFIG_TEST_BPF
4obj-y += test_stub.o
4obj-$(CONFIG_BPF_SYSCALL) += test_stub.o
5endif
5endif